body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("/img/landing.webp");
    background-attachment: fixed;
    background-position: center top; 
    font-family: 'Courier New', Courier, monospace;
    color: #f8f8ff;
    font-weight: bold;
}

.img-row img {
    margin-top: 7rem;
    margin-bottom: 3rem;
    max-width: 85vw;
}

a, a:hover {
    color: inherit;
    text-decoration:none; 
}

.description-row div {
    font-size: 1.3rem;
    text-align: justify;
    text-shadow: 0rem 0rem 1rem black, 0rem 0rem 1rem black, 0rem 0rem 1rem black, 0rem 0rem 1rem black;
    width: 700px;
    max-width: 85vw;
}

.button-row {
    margin-top: 2rem;
}

.button-row button {
    font-size: 1.3rem;
    font-weight: bold;
}

.main-container {
    height:100vh;
}

footer {
    height: 5rem;
    font-size: 1.05rem;
    text-shadow: 0rem 0rem 1rem black, 0rem 0rem 1rem black;
    flex-shrink: 0;
}

.btn {
    box-shadow: none!important;
    outline: 0;
}

@media (max-width: 576px) {

    .img-row img {
        margin-top: 3rem;
    }

}