﻿#oshop {
    background-color: lightgoldenrodyellow;
    color: black;
    top: 0;
    bottom: 0;
    left: 20.1%;
    right: 0;
    border: 1px solid white;
    position: absolute;
    display: block;
    overflow: auto;
    font-size: 1.5vw;
}
#page {
    padding: 0px 40px 0px 0px;
    display: block;
    margin-left: 20px;
}
#page > h1 {
    margin: 1%;
}
#page > ul {
    margin: 1%;
}
h1 {
    text-decoration: underline;
    font-weight: bold;
}
