*{
  margin :  0;
  font-family: Century Gothic;
}
body{
  margin : 10%;
  background-color: #919090 ;
}
h1{
  margin-top: .5%;
  color : #fff;
}
body{
  margin-top : 2%;
  font-size: 24px;
  color :  #fff;
}
textarea{
  box-shadow: 5px 10px 18px ;
  color : #fff;
  margin : auto;
  border: 0px;
  font-size: 30px;
  background-color : #454545;
  text-align: center ;
  height: 40%;
  width : 70%;
  position: absolute;
}
div{
  margin : 2%;
  height: 25vh;
  width : auto;
}
button{
  align-items: center;
  align-content: center;
  border-style: double;
  font-size: 26px;
  margin-left: 30%;
  border-width: thick;
  position: absolute;
  height: 15%;
  width: 20%;
  color : #404040;
  background-color : #a6a6a6;
}
