body {
    background-color:rgba(18, 135, 108, 0.772);
}

h1 {
    color:rgb(58, 131, 133);
    background-color:rgb(35, 61, 62);
    text-align: center;
    font-size: 80px;
}

p {
    background-color:rgba(156, 107, 130, 0.534);
    padding: 20px;
    border-radius: 20%;
    text-align: center;
    font-size: 20px;
}

h1:hover {
    font-size: 80px;
    color:rgb(35, 61, 62);
    background-color:rgba(156, 107, 130, 0.534);
}

a{
    color: rgb(56, 43, 107);
    text-decoration: none;
    cursor:crosshair;
}

a:visited {
    color: brown;
}

a:hover {
    background-color:rgb(158, 211, 212);
}

li {
    font-size: 18px;
}