.wall {
    overflow: scroll;
    background-repeat: repeat;
}
::-webkit-scrollbar {
    display: none;
}
body, html {
    width: 100%;
    height: 100%;
}
.mask {
    -webkit-filter:blur(5px);
    filter:blur(5px);
}
#main {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.result-title  {
    text-align: center;
    font-size: 45px;
    margin-top: 50px;
    color: white;
    letter-spacing: 10px;
    font-family: Comic Sans MS;
    text-shadow: -4px -4px 4px red, 5px 5px 5px #000;
}
.result-list-title {
    text-align: center;
    color: yellow;
    font-size: 38px;
    line-height: 50px;
    margin-top: 50px;
    font-family: Comic Sans MS;
}
.result-list-line {
    text-align: center;
    color: #4de7c8;
    font-size: 30px;
    line-height: 50px;
}
.result-mode-btn {
    text-align: center;
    margin-top: 30px;
}
.result-mode-btn button{
    font-size: 1.6rem;
}

.result-del-btn {
    display: inline-block;
    height: 32px;
    text-align: center;
}
