* {
  box-sizing: border-box;
}


button {
  border: none;
}

input{
  border: none;
}

a{
    text-decoration: none;
    color:#F3F4F6;

}