body {
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(5, 5, 5);
    overflow: hidden;
    color: antiquewhite;
    overflow-y: scroll; /* Erzeugt Scrollbalken, wenn der Inhalt den Rahmen sprengt */
    position: absolute;
}

.container1 {
    font-size: 20px;
    position: absolute;
    transform: scale(1);
    color: rgb(70, 127, 233);
    align-items: left;
    left: 1em;
    top: 0;
    background-color: transparent;
}