body {
    font-family: 'Protest Guerrilla';
    color: #9baac8;
    background-color: rgb(15, 35, 52);
}

h1 {
    font-size: 90px;
}

p {
    color: lightblue;
    font-size: 20px;
}

span {
    color: cyan;
}