*
{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body
{
background-color: aliceblue;
color: #4d4d4f;
height: 100%;
width: 100%;
}
.navbar
{
font: 400 13px/1.5 Noto Sans,Tahoma,Geneva,sans-serif;
text-align: center;
overflow: hidden;
background-color: rgba(0, 0, 0, .2);
position: fixed;
width: 100%;
z-index: 1;

}
.navbar a
{
display: inline-block;
letter-spacing: 0.15625vw;
padding: 1.5625vw;
color: white;
font-family: 'Raleway', sans-serif;
text-transform: uppercase;
transition: all ease 0.5s;
font-size: 1vw;
text-decoration: none;
}
.navbar a:hover
{
background-color: #211b4385;
}
.form
{
width: 23.4375vw;
height: 35.15625vw;
text-align: left;
background-color: white;
border-radius: 0.78125vw;
box-shadow: 0.390625vw 0.390625vw #00000010;
position: absolute;
padding-left: 1.5625vw;
padding-top: 2.34375vw;
top: 17%;
left: 37.5%;
font-size: 1.25vw;
}
textarea
{
border: 1px solid rgba(128, 128, 128, 0.199);
resize: none;
width: 19.6875vw;
height: 12.9375vw;
margin-bottom:  0.78125vw;
font-size: 1.40625vw;
font-family: 'Segoe UI';
}
input
{
border: 1px solid rgba(128, 128, 128, 0.199);
width: 19.6875vw;
padding: 5px;
font-size: 1.40625vw;
margin-bottom:  0.78125vw;
height: 2.625vw;
}
button
{
border: 1px solid rgba(128, 128, 128, 0.199);
background-color: #f0f0f0;
color: rgb(27, 166, 247);
width: 90%;
font-size: 1.875vw;
font-family: 'Montserrat';
text-align: center;
border: none;
cursor: pointer;
}
textarea,
button,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}
@media (max-width: 450px)
{
.navbar a
{
font-size: 86%;
padding: 20px;
}
.form
{
width: 50%;
height: 305px;
top: 33%;
left: 25%;
font-size: 16px;
box-shadow: 5px 5px #00000010;
border-radius: 5px;
}
input,
textarea,
button
{
width: 97%;
}
input
{
height: 25px;
font-size: 18px;
}
textarea
{
height: 90px;
font-size: 18px;
}
button
{
height: 30px;
font-size: 20px;
}
}
@media (max-width: 400px)
{
.navbar a
{
padding: 20px 13.5px 20px 13.5px;
}
}
@media (max-width: 360px)
{
.navbar a
{
font-size: 80%;
padding: 20px 10px 20px 10px;
}
}