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;
}

.nav_list {
    overflow: hidden;
    padding-left: 3%;
}
  
.nav_list a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.nav_list a:hover {
    border-bottom: 1px solid rgb(1, 140, 221);
    cursor: pointer;
}

.h1 {
    text-align: center;
    color: white;
    font-size: 3em;
    letter-spacing: 0.7px;
}

.desc {
    box-shadow: 0px 0px 20px 5px rgb(255, 255, 20);
    margin: auto;
    width: 50%;
    text-align: left;
    color: white;
    padding: 20px 20px 20px 20px;
}

.desc p {
    font-size: 1.05em;
}

.desc a {
    color: rgb(0, 213, 255);
}

@media screen and (max-width: 800px) {
    .desc {
        width: 90%;
    }

    .desc p {
        font-size: 1em;
    }
}