body {
    background-color: orange;
}

p {
    color: white;
    font-size: 2.5em;
}

.center {
    padding: 600px 0;
    text-align: center;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

h1 {
    font-size: 5.5em;
    color: white;
}