* {
    font-family: "Oswald", sans-serif;
}

html {
    background-color: #695e93;
}

header {
    background-color: #695e93;
}

nav {
    background-color: #281c2d;
}

section {
    background-color: #8155ba;
    color: #beafc2;
}

.form-label {
    text-decoration: underline;
}

footer {
    background-color: #281c2d;
}

.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

.card-custom-bg, .alert-custom-bg {
    background-color: rgba(191, 186, 212, 10);
}

.modal-custom-bg {
    background-color: #281c2d;
}

button {
    background-color: #733380;
    color: white;
}

a:link {
    color: white;
    text-decoration: none;
}
  
a:visited {
    color: white;
    text-decoration: none;
}
  
a:hover {
    color: lightgray;
    text-decoration: underline;
}
  
a:active {
    color: lightgray;
    text-decoration: underline;
}

input[type=submit] {
    background-color: #733380;
    color: white;
}