#error {
    padding-top: 100px;
    text-align: center;

    p {
        color: $white;
        font-size: 14px;
        font-weight: 300;
    }

    a {
        color: $film-genre-color;
        font-weight: 500;
        text-decoration: none;

        &:hover {
            color: $film-genre-color;
            text-decoration: none;
        }
    }
}
