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