body {
    font-family: 'Press Start 2P', cursive;
    background-color: white;
    color: black;
    overflow: scroll;
}

.snes-jp-logo {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 40px;
}

.nes-list {
    list-style-type: disclosure-closed;
}

.dialog-title {
    text-align: center;
    margin-top: 1rem;
}

.toggle-menu > .nes-btn {
    width: 100%;
    margin: 6px;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.menu {
    position: fixed;
    background-color: white;
    top: 10%;
    left: 20px;
    right: 20px;
    width: 80%;
    z-index: 1;
    box-shadow: 5px 10px #888888;
    padding-top: 20px;
}

.menu-mask {
    position: fixed;
    background-color: black;
    opacity: 0.2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.toggle-menu {
    margin-top: 2rem;
    align-self: start;
    display: flex;
    flex-direction: column;
    
}

.content {
    width: 90vw;
    align-self: center;
    display: flex;
    flex-direction: column;
}

.input {
    width: 100%;
    margin-bottom: 20px;
}

.structure {
    width: 100%;
}

.badge {
    font-size: 10px;
}

.div-container, .controls {
    margin-top: 20px;
    margin-bottom: 20px;
}

.container {
    display: flex;
    flex-direction: row;
}

.icons-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    width: 100%;
    justify-content: space-around;
}

.presentation-options {
    align-self: center;
    margin-left: -2em;
}

.nes-btn {
    width: 25%;
    align-self: center;
    margin-bottom: 2em;
}

.controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
}
.dialog-menu {
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
  

.toggle-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.nes-radio:checked+span::before{
    animation:blink 1s infinite steps(1);
}

#botones {
    display: flex;
    flex-direction: column;
}

.boton {
    margin-bottom: 20px;
}

@media screen and (min-width: 400px) {

    .content {
        width: 40vw;
        margin: 2em;
    }

    .toggle-menu > .nes-btn {
        width: 75%;
    }

}