/*
    (c) 2023 by JoLaDev - Jochen Landua
*/

body {
    background-color: #1F1F23;
    color: white;

    font-family: Arial, Helvetica, sans-serif;
}

.information {
    width: max-content;
    margin: 22rem auto;
    padding: 2rem;

    border: white solid;
    border-radius: 15px;

    font-size: larger;
    text-transform: uppercase;
    text-align: center;
    
}

.information h1 {
    font-style: italic;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1rem auto;

    background-color: #1F1F23;
    text-align: center;
    font-size:x-small;
}