/* slantflyer.xyz style.css */

body {
        color: beige;
        background: #111;
        margin-bottom: 200px;
        font-family: sans-serif;
        text-align: center;
}

h1,h2 {
        text-align: center;
        color: lightblue;
}
