body {
    font-family: 'Orbitron';
    color: lightblue;
    background-color: rgb(15, 35, 52);
}

h1 {
    font-size: 70px;
}

p {
    color: lightgreen;
    font-size: 20px;
}

span {
    color: rgb(237, 58, 58);
}