@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&family=Zen+Maru+Gothic:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&family=Noto+Sans+JP:wght@900&family=Zen+Maru+Gothic:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&family=Noto+Sans+JP:wght@900&family=Zen+Maru+Gothic:wght@700&display=swap');

body{
    background-image: url(./image/music.png);
}


#center{
    position: relative;
    width: 450px;
    height: 600px;
    border: solid green 3px;
    border-radius: 10px;
    margin: auto;
    background-image: url("./image/pasio.png");
    background-size: cover;
}

#quiz{
    margin: auto;
    width: 400px;
    border: 5px orange;
    border-style:ridge;
    margin-top: 50px;
    color: red;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}

table{
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
}

.mode{
    margin: auto;
    background-color: orange;
    width: 345px;
    color: black;
    font-size: 35px;
}

.sub{
    background-color: skyblue;
    width: 170px;
    color: black;
    font-size: 25px;
}

.mode:hover{
    background-color: orangered;
}

.sub:hover{
    background-color: dodgerblue;
}