body {
    background-image: linear-gradient(to bottom, #3e3e3e, #404040);
    width: 450px;
    height: 3333px;
    margin: 0;
    overlow: auto;
    word-wrap: break-word;
    line-height: 0.4;
    text-indent: 5px;
    color: #e6e6e6;
    transform: scale(2.15);
    transform-origin: left top;
}

button {
    text-align: center;
    background-color: #878787;
    border-width: 2px;
    border-style: solid;
    border-color: #000;
    border-radius: 5px;
}

.screen_img {
    width: 450px;
    height: 205px;
    border-width: 2px;
    border-radius: 5px;
    border-color: #000;
    border-style: solid;
}

hr {
    border: none;
    background-color: #7e7e7e;
    height: 2px;
    margin: 20px 0;
}

.menu-top {
    width: 100%;
    height: 5%;
    text-align: left;
    background-color: #535353;
    vertical-align: top;
    overflow: auto;
    border-width: 2px;
    border-radius: 3px;
    border-color: #000;
    border-style: solid;
}

faq_text {
    line-height: 1;
}

a {
    color: #5875d3;
}
