body{
    margin: 0;
    font-family: 'IBM Plex Sans';
}
header{
left: 0;
right: 0;
font-family: "Lobster";
text-align: center;
background: #00BA7A;
border: 0;
border-radius: 10px;
padding: 10px 20px;
font-style: normal;
font-weight: 500;
font-size: 22px;
color: white;
}
.mainGradient{
    background: linear-gradient(180deg, #CCF6FF 0%, #FFFFFF 100%);
    padding: 10px 10px 20px 10px;
    }
a{
align-items: center;
color: #000000;
text-decoration: none;
}

.form-control {
    font-family: 'IBM Plex Sans';
    display: flex;
    flex-direction: column;
  max-width: 300px;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.button{
font-family: 'IBM Plex Sans';
background: rgba(0, 186, 122, 0.44);
border-radius: 10px; 
border: 0;
padding: 10px 20px;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
letter-spacing: 0.1px;
color: #FFFFFF;
}
label{
    font-family: 'IBM Plex Sans';
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #66727F;
}
form{
    text-align: center;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
small{
    font-size: 18px; 
}
input{
    font-size: 20px;
    padding: 10px 20px;
    margin: auto;
    border: 1px solid #ccc;
    text-align: center;
     /* margin-left: 100px; */
}
textarea{
    margin-left: auto;
    margin-right: auto;
    resize: none;
    border: 1px solid #ccc;
}
.commentTitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
font-size: 18px; 
}
.comment{
    font-size: 18px;
    margin: 10px;
    font-family: 'IBM Plex Sans';
    margin-top: 7px;
    border: 1px #176BE9 solid;
    padding: 5px 10px;
    border-radius: 0.3em;
    display: flex;
    flex-direction: column;
    background-color: #CEF3FF;
}
.buttonsBack{
    font-family: "Lobster";
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
select{
    width: 50%;
    border: 0px;
    height: 30px;
    font-size: 16px;
}
option{
    font-size: 16px;
}
.buttonBack{
font-family: "Lobster";
white-space: nowrap;
width:220px;
font-size: 20px;
margin-top: 10px;
padding: 10px;
border: 1px solid #176BE9;
background: rgba(0, 186, 122, 0.44);
border-radius: 10px; 
font-style: normal;
font-weight: 500;
color: #FFFFFF;
text-align: center;
}

@media only screen and (min-width: 380px) and (max-width: 450px){
    .form-control {
        font-size: 20px;
    }
    .button{
        font-size: 24px;
        margin-bottom: 10px;
    }
    label{
        font-size: 23px;
       line-height: 1; 
    }
    form{
        font-size: 15px;
    }
    select{
        width: 50%;
        border: 0px;
        height: 30px;
        font-size: 16px;
    }
    input{
        margin-top: 7px;
    }
    .commentTitle{
        font-size: 28px;
    }
    small{
        font-size: 20px; 
    }
    .commentText{
        margin-top: 5px;
        font-size: 22px;
    }
    .button{
    font-size: 30px;
    }
    }