body
{
    background-color: black;
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
    color: white;
}
h1
{
    font-weight: normal;
    font-size: 80px;

}
h2 {
    font-weight: normal;
    font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
}
#col {
    margin-left: 5vw;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
button {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    font-size: 15px;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
button:hover
{
    background-color: white;
    color: black;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
    position: fixed;
    top: 0;
    width: 100%;
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}


li {
    float: right;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 1vw 3vw;
    text-decoration: none;
    font-size: 15px;
}
li a:hover {
    color: grey;

}
.mono {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.cell{

}
.lin {
    color: white;
}
.lin:active {
   color: grey;
}
.lin:visited {
    color: grey;
}
.lin:hover{
    color:white;
}
