body {
    margin: 0;
    font-family: "LEMON MILK";
}
.container {
    width: 100%;
    height: 100vh;
    background-color: #0f0f0f;
    color: #fff;
}
.topleft {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
}
.topright {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50%;
}
.bottomleft {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: max-content;
}
.bottomright {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: max-content;
}

/* top right nav bar */

.topright .navbar {
    margin-left: auto;
    margin-right: 20px;
    display: flex;
    gap: 10px;
    width: fit-content;
}


/* bottom left */

.bottomleft .btm1 {
    margin-left: 15px;
    margin-bottom: 15px;
}
.btm1 h1 {
    margin-right: 5px;
    display: inline;
}
.btm1 .links {
    display: inline;
}
.btm1 a {
    font-size: 20px;
    color: #fff;
    text-underline-offset: 5px;
}

.bottomright p {
    float: right;
    margin-right: 15px;
}

a {
    color: #fff;
    text-underline-offset: 5px;
}