* {
    width: 100vw;
    height: 100vh;
}
body {
    background: radial-gradient(rgb(5, 13, 54) 30%, rgb(255, 255, 255));
    background-attachment: fixed;
    text-align: center;
    margin: 0 auto;
    scroll-behavior: auto;
}
.container {
    display: block;
}
#title {
    width: 40%;
    height: 40%;
    font-family: 'Courier New', Courier, monospace;
    padding-top: 23%;
    color: rgb(104, 101, 77);
}
#the-void {
    width: 40%;
    height: 40%;
    font-family: 'Courier New', Courier, monospace;
    padding-top: 23%;
    color: rgb(104, 101, 77);
}
#links {
    width: 100%;
    height: 100%;
    font-family: 'Courier New', Courier, monospace;
    padding-top: 73%;
    padding-bottom: 13%;
    color: rgb(104, 101, 77);
}
