body {
    background-color: cadetblue;
    margin: 0;
    padding: 2rem;
}

p {
    font-size: 135%;
}

.p {
    margin-bottom: 0;
}

.smalltext {
    font-size: 100%;
    margin: 0;
}

.main {
    background-color: white;
    padding: 2rem;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.box {
    border: 2px solid rgb(8, 8, 80);
    border-top-left-radius: 20px;
    corner-shape: bevel;
}

.menu {
    margin: 2rem;
    text-align: center;
    white-space: nowrap;
}

.menu a:link {
    padding: 5px;
    text-decoration: none;
    color: white;
}

.menu a:visited {
    padding: 5px;
    text-decoration: none;
    color: white;

}

.menu a:hover {
    padding: 5px;
    text-decoration: none;
    color: red;
}

.menu p{
    font-size: 150%;
}

.test {
    display: none;
}