
body {
    background-color: rgb(209, 54, 54);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
} 
h1, h2 {
    color: darksalmon;
    font-style: italic;
    text-align: left;
}
.right {
    float: right;
    padding-top: 20px;
    padding-right: 20px;
}
img {
    width: 20%;
}

p {
    color: beige;
} 
p:hover {
    font-size: 110%;
    color: rgb(255, 228, 220);
}

a {
    text-decoration: none;
    
}

a:link {
    color: rgb(141, 223, 141);
}

a:visited {
    color: cornflowerblue;
}

a:hover {
    color: rgb(194, 184, 184);
}

a:active {
    color: aqua;
}

