
body {
display: flex;
background-color: rgb(31, 31, 31);
align-items: center;
justify-content: center;
margin-top: 9vh;
font-family: "Consolas";
margin-bottom: 5vh;
color: rgb(227, 227, 227);
font-size: 105%;
}

a:link, a:visited {
    color:rgb(188, 91, 110);
}

a:hover {
    color:rgb(139, 66, 80);
}

a {
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
}

.center {
    width: 65vw;
    position: relative;
}

#randomSite {
    color:rgb(188, 91, 110);
}

#randomSite:hover {
    color:rgb(139, 66, 80);
}

.underline {
    /* color:rgb(188, 91, 110); */
    text-decoration: underline;
}