body{
    background-color:rgb(139, 139, 180);
}
h1{
    background-color:coral;
    color:white;
    letter-spacing:20px;
    word-spacing:10px;
}
p{
    text-align:center;
    text-transform:lowecase;
    text-decoration: overline;
    color:white;
    text-indent:40px;
    line-height:2;
    font-size:18px;
    letter-spacing:5px;
}
a{
    text-decoration: none;
    font-size:25px;
    padding:20px;
    color:white;
    background-color:rgba(0,0,0,0.2 )
    border-radius:5px;
    margin:10px;
    border:2px solid black;

    
}
a:hover{
    background-color:coral;
    
}