body {
    font-family: "Lucida Console", "Courier New", monospace;
    color: #ffffff;
    background-color: #000000;
    margin: 0;
}

.body-without-navbar {
    padding-inline: 70px;
    max-width: 850px;
    margin: auto;
}

.topnav {
    overflow: hidden;
}

.topnav a {
    float: left;
    padding: 15px 17px;

    text-align: center;
    text-decoration: none;
    /* Link Unterstreichung : aus */
    font-size: 24px;
    /* Schriftgröße */
    color: #ffffff;
    transition: color 0.2s ease-in-out;
    /* Übergangseffekt */
}

.topnav a:hover {
    color: #000000;
    /* Link color while hovering */
    background-color: #ffffff;
}

.topnav a.active {
    background-color: #ffffff;
    color: #000000;
}

.topnav .split {
    float: right;
}

.tilting-image {
    margin: 30px;
}

img {
    width: 300px;
    height: 400px;
    border-radius: 8px;
}

.introduction {
    display: flex;
    justify-content: space-between;
}

.introduction .text{
    font-size: 24px;
    margin: auto;
    width: 60%;
    padding: 10px;
}

.introduction-right {
    margin-left: 10px;
    width: 30%;
}

.sub-info{
    display: flex;
    font-size: 18px;
    margin-top: -50px;
}

div {
    font-size: 30px;
}