h3,
p,
h1 {
    color: white;
}

.sy-filler {
    display: none;
}

.frame {
    width: 888px;
}

@media only screen and (max-width: 700px) {
    .frame {
        width: 100%;
    }
}