h1 {
    font-family: 'Signika', sans-serif;
    font-size: 45px;
    font-weight: 500;
    color: brown;
    text-align: center;
}

p {
    color: firebrick;
}