@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');
body
{
    font-family: 'Cairo', sans-serif;
    background-color: black;
    color: white;
}

.headerPanel
{
    margin-top: 100px;
    
    font-size: 40px;
    color: rgb(85, 92, 231);
    text-align: center;
}

.menuPanel
{
    width: 60%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.option
{
    text-align: center;
}

footer
{
    margin-top: 150px;
    font-size: 10px;
    text-align: center;
    color: rgb(85, 92, 231);
}

#simulationTitle
{
    color: rgb(223, 226, 44);
    font-size: 18px;
}

#floodTitle
{
    color:rgb(31, 140, 194);
    font-size: 18px;
}