#page{
    color: white;
    margin-left: 100px;
    margin-right: 10px;
}


@media (orientation: portrait) {
    #page{
        color: white;
        margin-top: 220px;
        margin-left: 5px;
        margin-right: 5px;
    }
}