#overlay {
    height: 100%;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: rgb(241, 241, 241);
}

#wrapper {
    padding-right: 1.5%;
}

button {
    border: 1px solid grey;
    border-radius: 5px;
}