/* formate für Taralonn */

html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12pt;
    background: #ccc;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 {
    font-size: 200pt;
    font-weight: bold;
    color: #ccc;
    text-shadow: 3px 3px 5px rgba(25,25,25,0.5);
}