html{
    background-color: black;
    align-content: center;
    margin: 0;

}

a{
    top: 25vh;
    left: 25vw;
    position: relative;
    font-family: monospace;
    font-size: xx-large;
    margin: 1%;
    color: blanchedalmond;
    outline: none;
    text-decoration: none;
}

a:hover {
font-weight: bold;
color: blueviolet;
}