@charset "uft-8";
/* css document */

.title {
    text-align: center;
    margin-top: 3vw;
    margin-bottom: 3vw;
}

.outside {
    margin-left: auto;
    margin-right: auto;
    width: 50vw;
    text-align: center;
    border: 1vw rgb(0 , 0 , 0);
    border-style: solid;
    box-shadow: 0vw 0vw 3vw 1vw rgba(0 , 0 , 0 , 0.5);
}

.inside {
    height: 100%;
    border-left: 0.5vw rgb(30 , 30 , 30);
    border-right: 0.5vw rgb(70 , 70 , 70);
    border-top: 0.5vw rgb(50 , 50 , 50);
    border-bottom: 0.5vw rgb(50 , 50 , 50);
    border-style: solid;
    background-color: rgb(80, 70, 60);
}

.lightSwitch {
    position: fixed;
    top: 24vw;
    left: 84vw;
    width: 4vw;
    height: 4vw;
    border: none;
    cursor: pointer;
}