body {
    background-color: beige;
    color: rgb(255, 132, 119) (0, 191, 255);
}
img {
    width: 250px;
    border: solid;
    border-width: 5px;
    border-color: rgb(53, 53, 53);
}
a {
    color:rgb(0, 247, 255)
}
a:link {
    text-decoration-style: dotted;
    color: rgb(0, 255, 106);
}

a:visited {
    color: rgb(0, 255, 106);
    font-size: 24px;
}

a:hover {
    font-size: 24px;
    text-decoration-style: wavy;
}
