#menu {
    /*
    background: url("../pics/gui/home/homepage.gif") no-repeat;
    background-size: cover;
    */
    object-fit: contain;
    aspect-ratio: 16/9;
    max-height: 100vh;
    max-width: 100vw;
    align-self: center;
    margin: auto;
    position: relative;
    image-rendering: pixelated;
    z-index: 0;
}

#menu > #frame {
    z-index: -1;
    position: absolute;
    top: 7%;
    left: 13.1%;
    width: 73%;
    height: 72.8%;
}

#menu > #settings {
    grid-area: settings;
}

#menu > #toys {
    grid-area: toys;
}

#menu > #sizing {
    grid-area: sizing;
}

#menu > #nav {
    /*grid-area: nav;*/
    grid-area: 2 / 1 / 3 / 2;
    display: flex;
    padding: 0 64px 12px 64px;
    overflow-x: hidden;
    width: calc(100vw-64px);
    overflow-y: hidden;
    /*
    position: fixed;
    bottom: 0px;
    */
}

#menu > #music {
    grid-area: music;
}

#frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: all;
    /*
    border-image-slice: 31 31 31 31;
    border-image-width: 31px 31px 31px 31px;
    border-image-outset: 31px 31px 31px 31px;
    border-image-repeat: round round;
    border-image-source: url("../pics/gui/roundborderblue.gif");
    */
    /*margin: 31px 31px 0 0;*/
}

#nav a {
    height: 1.5rem;
    width: 5rem;
}

#homebutton img:pressed {
}
