*
{
    box-sizing: border-box;
}

nav{
    font-size: xx-large;
    background-color: rgb(145, 206, 214);

}

footer{
    position: relative;
    padding-top: 50px;
    text-align: center;
    background-color: rgb(178, 226, 210);
}

main{
    text-align: center;
    font-size: xx-large;
    padding-top: 30px;
}

.land{
    background-color: rgb(141, 182, 182);
    padding-bottom: 30px;
}

.water{
    background-color: rgb(139, 214, 214);
    padding-bottom: 30px;
}
.rope{
    background-color: rgb(145, 172, 172);
    padding-bottom: 30px;
}
body{
    font-size: xx-large;
    background-color: rgb(184, 206, 206);

}

#message{
    font-size: x-large;
    font-weight: bold;
    font-style: italic;
}