*{
   font-family: Arial, Helvetica, sans-serif;
   text-align: center;
}
h1 {
   width: 100%;
   text-align: center;
   text-transform: uppercase;
   font-size: 50px;
   letter-spacing: 8px;
}

button {
   width: 100px;
   height: 25px;
   margin-top: 20px;
   border-radius: 20px;
   cursor: pointer;
}

input {
   cursor: pointer;
}

body{
   /*background: linear-gradient(to right, #ff0000 , #fff000);*/
}