body {
    #display: grid;
    #justify-content: center;
    #align-items: center;
    #height: 100vh; /* Damit der Inhalt vertikal in der Mitte bleibt */
    margin: 0 auto; /* Entfernt Standard-Margen */
}

.basic {

    #height: 100vh; /* Falls du es vertikal mittig innerhalb des Viewports haben willst */
	margin: 0 auto;
	width: 90%;
	text-align: center;
}