#section-01 h1 {
    font-family: 'fred';
    font-weight: normal;
    font-size: 10rem;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}
#section-01 h2 {
    font-size: 4rem;
    margin-bottom: 50px;
}
#section-01 {
    background-image: url("/images/derby/derby.jpg");
    height: 100vh;
}