body{
    background-color: rgb(50, 50, 50);
    font-family: 'Genos', sans-serif;
    color: white;
    text-align: center;
    margin:0;
}
h1{
    color: tomato;
}
h3{
    background-color: rgb(218, 12, 12);
}