#information{
    overflow: scroll;
    display: flex;
    flex-wrap: wrap;
    height : 75vh;
    width : 90vw;
    justify-self: center;
    background-color: #A0B6A0;
    border-radius: 10pt;
    scrollbar-color: #E6BFAA #A0B6A0;
    
}
#play{
    height : 10vh;
    font-size: 8vh;
    text-align: center;
}
#Community{
    height: 10vh;
    display: flex;
    justify-content: center;
}
#Community img{
    height : 10vh;
    margin-right : 15pt;
    margin-top: 2pt;
}
span.big{
    font-size: 1.5em;
}
body{
    font-size: 15pt;
    font-family: 'Times New Roman', Times, serif;
    color: black;
    background-color: white;
}
#information p{
    background-color: #E6BFAA;
    border-radius: 5pt;
    margin: 8pt;
    padding: 10pt;
}


