@import url('https://fonts.cdnfonts.com/css/vcr-eas');
body{
    background-color: white;
    font-family: 'VCR EAS', sans-serif;
}
@media screen and (max-width: 900px){
    h1{
        color: black;
        margin-top: 3%;
        font-size: 25px;
        text-align: center;
    }
    ul{
        display: flex;
        flex-wrap: nowrap;
        color: black;
        text-decoration: none;
        margin-left: 1%;
        list-style-type: none;
        width: 10%;
    }
    a{
        list-style-type: none;
        text-decoration: none;
    }
    .header{
        height: 60%;
        margin-top: 5%;
    }
    .header button{
        font-family: 'VCR EAS', sans-serif;
        background-color: transparent;
        color: black;
        padding: 25px;
        margin-left: 25%;
        width: 50%;
        border-radius: 10px;
        border-color: blueviolet;
        border-style: outset;
    }
    .header h1{
        margin-top: 10%;
        font-size: 30px;
    }
    .header p{
        font-size: 15px;
        margin-left: 10%;
        color: cadetblue;
    }
    .header button{
        padding: 20px;
        margin-top: 10%;
    }
    .section{
        visibility: hidden;
    }
    .product-1{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .btn{
        font-family: 'VCR EAS', sans-serif;
        padding: 30px;
        margin-left: 5%;
        height: 20%;
        width: 90%;
        margin-top: 1%;
        color: black;
        background-color: transparent;
        border-color: blueviolet;
        border-radius: 10px;
    }
    .btn2{
        font-family: 'VCR EAS', sans-serif;
        padding: 30px;
        margin-top: 1%;
        height: 30%;
        color: black;
        margin-left: 5%;
        width: 90%;
        margin-top: 1%;
        background-color: transparent;
        border-color: blueviolet;
        border-radius: 10px;
    }
    .btn3{
        font-family: 'VCR EAS', sans-serif;
        padding: 30px;
        height: 30%;
        width: 90%;
        margin-left: 5%;
        color: black;
        border-color: blueviolet;
        background-color: transparent;
        border-radius: 10px;
        margin-top: 1%;
    }
    .btn4{
        font-family: 'VCR EAS', sans-serif;
        padding: 30px;
        margin-left: 5%;
        height: 30%;
        width: 90%;
        color: black;
        background-color: transparent;
        border-color: blueviolet;
        margin-top: 1%;
        border-radius: 10px;
    }
    form{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    input[type="email"] {
        width: 70%;
        padding: 10px;
        border-radius: 10px;
        margin-top: 1%;
        border-color: blueviolet;
    }
    input[type="name"] {
        width: 70%;
        padding: 10px;
        border-radius: 10px;
        margin-top: 1%;
        border-color: blueviolet;
    }
    input[type="comment"] {
        width: 70%;
        padding: 10px;
        border-radius: 10px;
        margin-top: 1%;
        border-color: blueviolet;
    }
    .section-5 button{
        background-color: blue;
        color: white;
        padding: 10px 50px;
        border: none;
        transition: background-color 0.3s;
        cursor: pointer;
        margin-top: 3%;
        border-radius: 10px;
    }
    .section-5{
        margin-top: 10%;
    }
    .section-5 p{
        color: black;
        text-align: center;
    }
    footer{
        color: black;
        text-align: center;
    }
    .section-4{
        color: black;
        margin-left: 5%;
    }
    .section-4 h4{
        font-size: 20px;
    }
}
@media screen and (min-width: 800px){
    h1{
        color: black;
        font-size: 1.5em;
        text-align: center;
    }
    .header{
       margin-top: 15%;
       color: black;
       height: 50%; 
    }
    .header h1{
        width: 70%;
        margin-left: 15%;
    }
    .header p{
        font-size: 13px;
        width: 70%;
        text-align: center;
        margin-left: 15%;
    }
    .header button{
        padding: 20px;
        margin-top: 2%;
        margin-left: 35%;
        width: 30%;
        border-radius: 10px;
        background-color: transparent;
        border-color: blueviolet;
    }
    .section{
        visibility: visible;
        color: black;
        display: inline-flex;
        margin-left: 15%;
    }
    ul{
        margin: 10px 30px;
    }
    .product-1{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .btn{
        padding: 50px;
        margin-left: 5%;
        width: 90%;
        margin-top: 1%;
        color: white;
        background-color: black;
        border-radius: 20px;
    }
    .btn2{
        padding: 40px;
        margin-top: 1%;
        color: white;
        margin-left: 5%;
        width: 90%;
        margin-top: 1%;
        background-color: black;
        border-radius: 20px;
    }
    .btn3{
        padding: 40px;
        width: 90%;
        margin-left: 5%;
        color: white;
        background-color: black;
        border-radius: 20px;
        margin-top: 1%;
    }
    .btn4{
        padding: 40px;
        margin-left: 5%;
        width: 90%;
        color: white;
        background-color: black;
        margin-top: 1%;
        border-radius: 20px;
    }
    .btn:hover{
        background-color: blueviolet;
    }
    .btn2:hover{
        background-color: darkmagenta;
    }
    .btn3:hover{
        background-color: royalblue;
    }
    .btn4:hover{
        background-color: green;
    }
    
    .section-4{
    background-color: darkkhaki;
    padding: 20px;
    border-radius: 20px;
    color: black;
    margin-left: 7%;
    margin-top: 5%;
    width: 80%;
    }
    .section-4 h4{
    font-size: 20px;
    margin-top: 2%;
    text-align: center;
    }
    form{
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    input[type="email"] {
    width: 70%;
    padding: 10px;
    border-radius: 10px;
    margin-top: 1%;
    border-color: coral;
    }
    input[type="name"] {
    width: 70%;
    padding: 10px;
    border-radius: 10px;
    margin-top: 1%;
    border-color: coral;
    }
    input[type="comment"] {
    width: 70%;
    padding: 10px;
    border-radius: 10px;
    margin-top: 1%;
    border-color: coral;
    }
    .section-5{
        margin-top: 5%;
    }
    .section-5 button{
    background-color: blue;
    color: white;
    padding: 10px 50px;
    border: none;
    transition: background-color 0.3s;
    cursor: pointer;
    margin-top: 3%;
    border-radius: 10px;
    }
    .section-5 p{
    color: black;
    text-align: center;
    }
    footer{
    color: black;
    text-align: center;
    }
}
@media screen and (min-width: 1200px){
    h1{
        color: black;
        font-size: 1.5em;
        text-align: center;
    }
    span{
        color: blueviolet;
    }
    a{
        list-style-type: none;
        text-decoration: none;
    }
    .header{
       margin-top: 15%;
       color: black;
       height: 50%; 
    }
    .header h1{
        width: 70%;
        margin-left: 15%;
    }
    .header p{
        font-size: 13px;
        width: 70%;
        text-align: center;
        margin-left: 15%;
    }
    .header button{
        padding: 20px;
        margin-top: 2%;
        margin-left: 33%;
        width: 30%;
        border-radius: 10px;
        background-color: transparent;
        border-color: blueviolet;
    }
    .section{
        visibility: visible;
        color: black;
        display: inline-flex;
        margin-left: 25%;
    }
    ul{
        margin: 10px 30px;
    }
    .product-1{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .btn{
        padding: 50px;
        margin-left: 5%;
        width: 90%;
        margin-top: 1%;
        color: white;
        background-color: black;
        border-radius: 20px;
    }
    .btn2{
        padding: 40px;
        margin-top: 1%;
        color: white;
        margin-left: 5%;
        width: 90%;
        margin-top: 1%;
        background-color: black;
        border-radius: 20px;
    }
    .btn3{
        padding: 40px;
        width: 90%;
        margin-left: 5%;
        color: white;
        background-color: black;
        border-radius: 20px;
        margin-top: 1%;
    }
    .btn4{
        padding: 40px;
        margin-left: 5%;
        width: 90%;
        color: white;
        background-color: black;
        margin-top: 1%;
        border-radius: 20px;
    }
    .btn:hover{
        background-color: blueviolet;
    }
    .btn2:hover{
        background-color: darkmagenta;
    }
    .btn3:hover{
        background-color: royalblue;
    }
    .btn4:hover{
        background-color: green;
    }
    
    .section-4{
    background-color: darkkhaki;
    padding: 20px;
    border-radius: 20px;
    color: black;
    margin-left: 8.5%;
    margin-top: 5%;
    width: 80%;
    }
    .section-4 h4{
    font-size: 20px;
    margin-top: 2%;
    text-align: center;
    }
    form{
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    input[type="email"] {
    width: 70%;
    padding: 10px;
    border-radius: 10px;
    margin-top: 1%;
    border-color: coral;
    }
    input[type="name"] {
    width: 70%;
    padding: 10px;
    border-radius: 10px;
    margin-top: 1%;
    border-color: coral;
    }
    input[type="comment"] {
    width: 70%;
    padding: 10px;
    border-radius: 10px;
    margin-top: 1%;
    border-color: coral;
    }
    .section-5{
        margin-top: 5%;
    }
    .section-5 button{
    background-color: blue;
    color: white;
    padding: 10px 50px;
    border: none;
    transition: background-color 0.3s;
    cursor: pointer;
    margin-top: 3%;
    border-radius: 10px;
    }
    .section-5 p{
    color: black;
    text-align: center;
    }
    footer{
    color: black;
    text-align: center;
    }
}