.logo{
    position: sticky;
    margin-left: auto;
    margin-right: auto;
    top: -145px;
    left: 6px;
    right: 0;
    width: 200px;
    height: 246px;
    background-size: 100%;
}
.logoarea{
    background-color: #000;
}
#main .contents{
    margin-top: -12vw;
}
#main .textbox{
    bottom: 5vw;
    font-size: 5vw;
    padding: 1vw 2vw;
    text-shadow: -1px 1px 2vw #f70404;
    border-top-right-radius: 1vw;
    border-bottom-right-radius: 1vw;
    box-shadow: 6px 0 21px #000000;
}
#mainmenu{
    position: fixed;
    height: 100%;
    background-color: #000;
    width: 100%;
    left: -100%;
    z-index: 500;
}
#menubtn{
    font-family: 'symbols';
    font-size: 25px;
    padding: 8px 14px;
    position: fixed;
    background-color: #00000066;
    right: 20px;
    top: 7px;
    border-radius: 15px;
    cursor: pointer;
    color: #df90009c;
    display: block;
    z-index: 600;
}