body{
    background: #9a8989;
}
div{
    border: 5px black solid;
    border-radius: 10px;
    padding: 10px;
    margin: auto;
    margin-top: 15px;
    width: 70%;
    background: #a1e85a;
}
p{
    font-size: 20px;
    background: #ffa91f;
    border-radius: 10px;
}

body #link{
    margin-left: auto;
    text-align: center;
}
a{
    text-decoration: none;
    font-size: 25px;
    color: white;
}
#link{
    background: black;
    width: 10%;
    border-radius: 10px;
}
#link:hover{
    background: #e32424;
    width: 10%;
    border-radius: 10px;
}