body{
    position: relative;
    background-image: linear-gradient(to right , #8d786c , rgb(92, 88, 88));
  display: flex;
  align-items: center;
  justify-content: center;

    font-family: Arial, Helvetica, sans-serif;
}
.container{
      text-align: center;
     background-color: white;
     height: 300px;
     width: 400px;
     border-radius: 30px;
    position:relative;
    top: 130px; 
}

div{
  line-height: 60px;
}
h1{
  font-size: 40px;
}
input{
  height: 30px;
  width: 230px;
}

button{
  background-color: rgb(115, 59, 59);
  color: white;
  padding: 5px 15px;
  border: none;
  border-radius: 7px;
  font-size: 20px;
}