body {
    font-family: Baskervville, serif;
    background: rgb(16,24,32);
    background: linear-gradient(180deg, rgba(16,24,32,1) 0%, rgba(4,88,136,1) 50%, rgba(0,161,251,1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}

.h1 {
    text-align: center;
    color: white;
    font-size: 3em;
    letter-spacing: 0.7px;
}

.desc {
    margin: auto;
    width: 70%;
    border-radius: 20px;
    text-align: center;
}

a {
    text-decoration: none;
    color: white;
}

a:hover {
    border-bottom: 1px solid;
}

.mystuff p {
    font-size: 1.2rem;
}

.mystuff h3 {
    font-size: 2rem;
}

@media screen and (max-width: 700px) {
    img {
        width: 100%;
        object-fit: contain;
    }
}