#button {
    margin: 0 auto;
}
#frame {
    min-width: 320px;
    width: 320px;
    height: 620px;
    border-radius: 25px;
    border: 1px;
    padding: 80px 0;
    box-shadow: 0 0 0 5px #f4f4f4, 0 0 0 6px #c2c2c2;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #ccc;
}
#screen {
    border: solid #ccc 1px;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}
:-webkit-scrollbar-track {
    background: #f9f9f9;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}
