
body,html{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100vh;
    background-color: #F8F8F8;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 16px;
}


.main-background-color{
    background-color: #F8F8F8;
}