body{
    background-color: grey;
}

.title{
    display: flex;
    margin: auto;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 250%;
    font-family: 'Arial', sans-serif;
    margin-top: 1%;

    top: 0;
    width: 100%;
    background-color: rgb(0, 36, 7);
}

.StartButtons{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    font-size: 250%;
    font-weight: bold;
    font-family: 'Arial', sans-serif;

    margin: 5%;
    padding: 5px;
}



.Button{
    background-color: lightblue;
    border: 5px solid #333;
    text-align: center;
    justify-content: center;
    height: 500px;
    padding-top: 10px;
}
