
div.gotw{
    height:100%;
    width:100%;
    /*display: flex;
    justify-content: flex-start;
    align-items:flex-start;*/
    margin-top:3vh;
    margin-left:3vw;


}

div.gamename{
  /*  margin-top:5%;
    margin-left:5%;*/

    width:40%;
    height:auto;
    padding:1vw;
    display:flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--div_border);
    border-radius:.5em;
    background-color:var(--dialog_bg);
}

p.support{
    margin:0;
}

p.game{
    font-size:2vw;
    color:navy;
    margin-bottom:0;
    font-style: italic;
    color:whitesmoke;
 }

p.centered{
    margin-top:1vw;
    font-size:1.5vw;
    color:whitesmoke;
    text-align: center;
    font-weight: bold;
}

p.nogame{
    width:100%;
    font-size:2.5vw;
    color:green;
    text-align: center;
}

p.describe{
    margin-top:1vh;
    font-size:1.4vw;
    color:whitesmoke;
    margin-left:3%;
    width:90%;

}
