
body {
    background-color: rgb(17, 133, 133);
    
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

header {
    text-align: center;
    background-color: rgb(0, 0, 0);
    font-family: monospace;
    color: white;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    margin: 0;  /* Entfernt alle Abstände um den Header */
    padding: 0; /* Entfernt den inneren Abstand */
}

footer
{
    background-color: black;
    color: white;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    font-size: xx-small;
}

header h1 {
    font-size: xxx-large;
}

.schrift {
    background-color: green;
    color: white;
    text-align: center;
    text-decoration: underline;
    position: relative;
    top: 130px;
}

.links {
    text-align: center; /* Zentriert den Button-Container */
}

a {
    display: inline-block; /* Klickbereich nur auf die Größe des Buttons beschränkt */
    margin: 10px; /* Abstand zwischen den Buttons */
}

button {
    color: #ffffff;
    font-size: 19px;
    border: 1px solid #2d63c8;
    padding: 15px 90px;
    cursor: pointer;
    border-radius: 100px;
    width: 300px; /* Einheitliche Breite */
    height: 80px;
    position: relative;
    top: 130px;
}

button:hover {
    color: #2d63c8;
    background-color: #ffffff;
}

.minecraft {
    background-color: rgb(104, 39, 2);
}

.insta {
    background-color: purple;
}

.discord {
    background-color: blue;
}

.click {
    background-color: rgb(121, 33, 192);
}

.embed {
    position: relative;
    top: 190px;
    text-align: center;
}

iframe {
    border-radius: 20px;
}

.smiley {
    position: relative;
    top: 200px;
    text-align: right;
}