body
{
    background-color: rgb(0, 68, 0);
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}


#info-box
{
    background-color: rgb(155, 241, 155);
    width: 50%;
    height: 400px;

    margin-top: 10%;
    margin-left: 25%;
    border-radius: 20px;
}