
body {
  background-color: #F9D4DA
}

input {
 font-size: xx-large;
 border-radius:10px;
 border-color:red;
 padding:5px;
 color: #D8324C;
}

p {
  font-size: xx-large;
}

span {
  font-weight: bold;
  text-decoration: underline;
}

.container {
  border: none;
  max-width:500px;
  margin:auto;
   padding: 35px;
  
}

.container1 {
  border: none;
  height: 500;  
   padding: 25px;
   text-align: center;
    margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 150px;
  margin-left: -480px;
  width: 1500px;
  font-size: xx-large;
  
}
  

button {
  font-size: x-large;
  background-color: #FBB0BC;
  border-radius: 10px
}
  



