body {
    background-color: black;
    color: rgb(0, 191, 255);
}
a {
    color:rgb(0, 191, 255);

}

a:link {
    text-decoration-style: dotted;
}

a:visited {
    color: rgb(0, 255, 106);
    font-size: 24px;
}

a:hover {
    font-size: 24px;
    text-decoration-style: wavy;
}

