body {
    font-family: Baskervville, serif;
    background-image: url("../media/background_img.png");
    background-size: cover;
    background-repeat: no-repeat;
}

p {
    font-size: 20px;
}

.v {
    color: azure;
}

.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 element {
    padding: 50px;
    padding-left: 50px;
    display: inline;
}

.h1 {
    text-align: center;
    color: white;
    font-size: 3em;
    letter-spacing: 0.7px;
}

.desc {
    width: 60%;
    margin: auto;
    border: 2px solid white;
    border-radius: 20px;
    text-align: center;
}

.theDesigns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.design {
    text-align: center;
    color: white;
}

.design img, .design video {
    width: 600px;
    height: 350px;
    object-fit: scale-down;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
}

@media screen and (max-width: 1100px) {
    .desc {
        width: 100%;
    }

    .theDesigns {
        width: 100%;
    }

    .theDesign img {
        width: 100%;
        height: 100%;
    }

    video {
        width: 100%;
        height: 100%;
    }
}