html {
    background-color: #000800;
    color: #00c000;

    font-family: vt323;
    font-size: 30px;
}



.name {
    font-family: Rubik Doodle Shadow;
    font-size: 80px;

    margin-top: -0px;
    margin-bottom: -0px;
}
h1 {
    font-family: Sixtyfour;
    font-size: 50px;
}
h2 {
    font-family: Sixtyfour;
    font-size: 40px;
}
h3 {
    font-family: Sixtyfour;
    font-size: 30px;
}



a {
    color: #00a000;
    text-decoration: none;

    transition: all 0.1s ease;
}
a:hover {
    color: #00e000;
}
a:active {
    color: #008000;
}



p {
    color: #008000;
    font-size: 0.8em;
}



button {
    background: none;
    border: none;
    color: #00c000;

    margin-left: -5px;

    /*font-family: Sour Gummy;*/
    font-family: Tomorrow;
    font-size: 40px;
    font-weight: 100;
    font-variation-settings: "wdth" 100;
    
    transition: all 0.1s ease;
}
button:hover {
    font-weight: 900;
    font-variation-settings: "wdth" 125;

    cursor: pointer;
}
button:active {
    color: #008000;
}



table {
    border-spacing: 5px;
    margin-left: -5px;
    border: 0;
    color: #002000;
    font-size: 20px;
}
td {
    border: 0;
    border-radius: 30px;
    background-color: #00c000;
}