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;
}
.NAVText:hover
{
    text-decoration: underline;
}
.Titel
{
    font-size: 160%;
    margin-bottom: 0%;
    margin-top: 3%;
}
a
{
    color: rgb(18, 18, 146);
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}









