@charset "UTF-8";

body {
    background-color: #1b1b1b;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

h1 {
    font-size: 50px;
}

