h1{
    font-size: 30px;
}
.darksouls{
    font-size: 16px;
    font-family: RocknRollOne;
    color: #fff;
    margin-bottom: 30vh;
}
.darksouls input{
    text-align: right;
    font-size: 16px;
    color: #FFF;
    background-color: #404040;
    border: 1px solid #808080;
}
.darksouls button{
    font-size: 14px;
}
.common-frame{
    box-shadow: 0px 0px 12px 4px #00000080;
}
.common-button{
    overflow: hidden;
    height: 24px;
    margin: 1px;
    color: #FFF;
    background-color: #404040;
    border: 1px solid #808080;
}
.option-button{
    width: 120px;
    height: 32px;
    margin: 4px;
    color: #FFF;
    background-color: #ca3e47;
    border: 0px;
    border-radius: 16px;
}
.heading-font{
    font-size: 20px;
    font-weight: bold;
    color: #AAEEFF;
}
.box{
    padding: 10px;
    background-color: #202020;
    border: solid 1px #808080;
}
.mobile-toggle0{
    flex-direction: row;
}
.mobile-toggle1{
    width: 40%;
}
.mobile-toggle2{
    width: 60%;
}
.pc-image{
    display: flex;
}
.mobile-image{
    display: none;
}
.darksouls-content{
    justify-content: space-between;
    margin: 12px 18px;
    height: 30px;
}
@media screen and (max-width: 780px){
    h1{
        font-size: 22px;
    }
    .darksouls{
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
        font-family: RocknRollOne;
    }
    .darksouls input{
        text-align: center;
        font-size: 14px;
        font-family: RocknRollOne;
    }
    .darksouls button{
        font-size: 12px;
        font-family: RocknRollOne;
    }
    .common-button{
        height: 28px;
    }
    .option-button{
        width: 100px;
    }
    .box{
        margin: 0px;
        border: 0px;
        border-top: solid 1px #808080;
        border-bottom: solid 1px #808080;
    }
    .mobile-toggle-title{
        justify-content: center;
    }
    .mobile-toggle0{
        flex-direction: column;
    }
    .mobile-toggle1{
        width: 100%;
    }
    .mobile-toggle2{
        width: 100%;
    }
    .pc-image{
        display: none;
    }
    .mobile-image{
        display: flex;
    }
    .darksouls-content{
        margin: 4px 8px;
        height: 30px;
    }
}