a {
    text-decoration: none;
}

h1 {
    color: white;
    font-size: 1.5em;
}

.button-primary{
    background-color: #af4147;
    border: 1px solid #af4147;
    border-radius: 30px;
    color: #e9e8e2;
    height: 45px;
    margin: 2% auto;
    width: 100%;
}

.button-secondary{
    background-color: white;
    border: 1px solid #af4147;
    border-radius: 30px;
    color: #af4147;
    height: 45px;
    margin: 2% auto;
    width: 100%;
}

.input-primary{
    border: 1px solid lightgray;
    border-radius: 10px;
    height: 60px;
    margin: 2% auto;
    padding: 5%;
    width: 100%;
}

.link-primary {
    color: black;
}

.link-primary {
    color: gray;
}

footer {
    font-size: .75em;
    margin: 7.5% auto;
    opacity: 0; /* Start invisible */
    animation: fadeIn 3s ease-in-out forwards; /* Animation properties */
    text-align: center;
}

footer img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 7.5% auto;
    width: 12.5%
}

#container-condensed-footer-links{
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    width: 50%;
}