a{
    background: #FF00FF;
    font-size: 25px;
    padding: 10px;
    font-style: italic;
    border-radius:30px;
    margin: 5px;
    position: center;
    left: 80px;
    text-decoration:underline;
    color: black;
}

div{
   background: black;
    color:white;
  border-style:dashed;
 
    
}
input{
    text-align: center;
    margin: 30px;
    font-size: 35px;
    border-radius: 30px;
    
}

#intro{
    background:black ;
    color:white;
    text-align: center;
}

body{
  background:#F2BC94;
  text-align: center;
    
}
h1{
    color:black;
    background:#F2BC94 ;
    font-size: 35px;
    padding: 20px;
    border-radius: 25px;

}
button{
    width: 120px;
    border-bottom-color: aqua;
    border-radius: 30px;
    font-size: 25px;
    
    }
