body
{
    margin-top: 4%;
    margin-right: 12%;
    margin-bottom: 4%;
    margin-left: 12%;
    background-color: rgb(238, 238, 238);
}
.Navbar
{
    text-align: right;
}
.NAVText
{
    text-decoration: none;
    font-size: 150%;
    color: black;
    font-weight: bold;
    margin-left: 120px;
}
.Beschreibung
{
    margin-top: 22%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.SpexBesch
{
    font-weight: bold;
    font-size: large;
}
.NAVText:hover
{
    text-decoration: underline;
}
.EMail
{
    text-decoration: none;
    color: rgb(18, 18, 146);
}
.EMail:hover
{
    text-decoration: underline;
}