body{
    background-color: #000000;
    color: #fff;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#app{
    background-color: #1e272e;

    border: 1px solid #fff;
    border-radius: 0.3vw;

    margin-left: 28vw;
    margin-right: 28vw;
    height: 12.5vw;
    
    margin-top: 5%;
}

#ss{
    bottom: 0%;
    position: fixed;
}