body{
    background-color: aquamarine;
}
h1{
    border-radius: 15px;
    border-color: black;
    border-style: groove;
    background-color: antiquewhite;
    text-align: center;
    margin:auto;
    color: brown;
    
    
}
p{
    border-radius: 15px;
    margin: 25px;
    margin-top: 5px;
    margin-left: 50px;
    margin-right: 0;
    margin-bottom: 2em;
    border-style: hidden;
    text-align: center;
    color: black;
    font-size: 25px;
    
}
a{
    text-align: center;
    border-radius: 10px;
    border-style:dashed;
    font-weight:normal;
    background-color:blueviolet;
    color: white;
}