@import "./local.nes.min.css";
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body,html {
    font-family: 'Press Start 2P', cursive; /* use the imported font */
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6e8ef0;
}

#randomNParent{
    max-width: 50%;
    margin: 0 auto;
    color: white;
}

.underline{
    text-decoration: underline;
}

.gold{
    color: gold;
}