body {
    overflow-x: hidden;
}

@font-face {
    font-family: "Fancy";
    src: url(\media\fonts\source\source\Elsie-Regular.ttf) format("truetype");
}

.cursive {
    font-family: 'Pacifico', cursive !important; 
}

.title-text {
    font-weight: 800;
    font-family: "Lato", sans-serif;
}

.glamDogsMainBody {
    font-family: "Lato", sans-serif;
}

.bg-primary, .btn-light.btn {
    background-color: #D278B5 !important;
}

.text-primary {
    color: #D278B5 !important;
}

.update-link {
    color: blue !important;
}

div.link-section > .d-flex > a{
    text-decoration: none;
    color: white;
}