@font-face {
    font-family: "deltarunefont";
    src: url(https://file.garden/ZzItmWCopmQms8UN/8bitoperator.ttf);
}

body {
    background-color: black;
    font-family: 'deltarunefont';
    color: #00ff00;
}

#box {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 300vh; 
    margin: auto;
    position: fixed; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
}

#textatthetopofthepage {
    text-align: center;
    font-size: 36px;
}

#subtext {
    text-align: center;
    font-size: 20px;
}

#aboutme {
    height: 300px;
    text-align: center;
    position: relative;
    display: inline-block;
}

#aboutme #hover {
    display: none;
    position: absolute;
    z-index: 100px;
    top: 0px;
    left: 0px;
}

#aboutme:hover #hover {
	display: inline;
}

#aboutme2 {
    width: 300px;
    position: relative;
    display: inline-block;
}

#aboutme2 #hover {
    display: none;
    position: absolute;
    z-index: 100px;
    top: 0px;
    left: 0px;
}

#aboutme2:hover #hover {
	display: inline;
}

#entropy {
    width: 300px;
    text-align: center;
    position: relative;
    display: inline-block;
}

#entropy #hover {
    display: none;
    position: absolute;
    z-index: 100px;
    top: 0px;
    left: 0px;
}

#entropy:hover #hover {
	display: inline;
}

#lore {
    width: 300px;
    position: relative;
    display: inline-block;
}

#lore #hover {
    display: none;
    position: absolute;
    z-index: 100px;
    top: 0px;
    left: 0px;
}

#lore:hover #hover {
	display: inline;
}