body {
    font-family: "Spline Sans Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: white !important;
    color: black !important;
    min-height: 100%;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

#landing-image {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 1000px;
}

#landing-image > img {
    max-height: 90vh;
}

.window-border {
    border-style: double;
}

.floating-window {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    min-height: 90%;
    margin-bottom: 5%;

    background-color: white;
}

.floating-window > #title {
    border-bottom: double;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;

    text-align: center;

    display: grid;
    grid-template-columns: 1fr 25% 1fr 30px;
}

.floating-window > #content {
    margin: 1rem;
}

p, h1, h2, h3, ul, li {
    color: black !important;
}

.bar {
    width: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    line-height: 2px;
    font-size: 2px;
    height: 10px;
    margin-top: auto;
    margin-bottom:auto;
}

.submenu {
    margin-left: 25%;
    margin-right: 25%;
    font-size: 15px;
}

#about, #projects, #resume, #links{
    display:none;
}
#about:target{
    display:block;
}
#projects:target{
    display:block;
}
#resume:target{
    display:block;
}
#links:target{
    display:block;
}