body {
    background-color: black;
    color: rgb(139, 233, 253);
}
img {
    width: 250px;
    border: solid;
    border-width: 5px;
    border-color: rgb(189, 147, 249);
}
a {
    color:rgb(0, 191, 255)
}
a:link {
    text-decoration-style: dotted;
    color: rgb(0, 255, 106);
}

a:visited {
    font-size: 24px;
}

a:hover {
    font-size: 24px;
    text-decoration-style: wavy;
}

