#not-found {
    height: 500px;
    background-color: #ED5F6E;
    color: white;
}

#not-found .not-found-center {
    position: relative;
    top: 50%;
    text-align: center;
}

#not-found .not-found-center p {
    font-size: 20px;
    font-weight: lighter;
}

#not-found .not-found-center a {
    color: white;
    font-weight: bolder;
}