/* Temporäre CSS-Datei */

body {margin:0;}
div {height:95vh; width:95vw; display:flex; justify-content:center; align-items:center; }


h2 {font-family: 'Roboto', serif; color:#000000; font-size:120px; font-weight:900; line-height: 1.6; vertical-align: center;}
h3 {font-family: 'Roboto', serif; color:#336666; font-size:120px; font-weight:900; line-height: 1.6; vertical-align: center;}

@media screen and (max-width:720px) {
h2 {font-family: 'Roboto', serif; color:#000000; font-size:38px; font-weight:900; line-height: 1.6; vertical-align: center;}
h3 {font-family: 'Roboto', serif; color:#336666; font-size:38px; font-weight:900; line-height: 1.6; vertical-align: center;}
}