html {
    background: #F7B733;
    color: white;
}

h1 {
    color: #FC4A1A;
}

#header {
    text-align: center;
}

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
}

#footer p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#footer a{
    text-decoration: none;
    color: #FC4A1A;
}
