@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');

body{
    background-image: url(./image/color.png);
    background-size: cover;
    background-attachment: fixed;
}

#title{
    margin-top: 24px;
    margin-bottom: 24px;
    color: red;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    text-shadow:4px 4px 4px white,
                4px -4px 4px white,
                -4px 4px 4px white,
                -4px -4px 4px white;
}

.name{
    font-size: 9.6px;
    font-family: 'Noto Sans JP', sans-serif;  
}

.rate{
    font-size: 12px;
    font-family: 'Zen Maru Gothic',serif;
}

.mode{
    position: relative;
    margin: auto;
    margin-top: 16px;
    width: 280px;
    height: 84px;
    color: black;
    text-shadow:1px 1px 1px white,
                1px -1px 1px white,
                -1px 1px 1px white,
                -1px -1px 1px white;
    border: solid 2.4px black;
    cursor: pointer;
}

#master{
    background-color: rgba(255, 182, 193, 0.5);
}

#master:hover{
    background-color: lightpink;
}

#fes{
    background-color: rgba(135, 206, 250, 0.5);
}

#fes:hover{
    background-color: lightskyblue;
}

#season{
    background-color:rgba(144, 238, 144, 0.5);
}

#season:hover{
    background-color:lightgreen;
}

table{
    margin: auto;
}

#multi{
    background-color:lightgoldenrodyellow;
    width: 140px;
    height: 48px;
    text-align: center;
}

#mpu{
    font-size: 14.4px;
    font-family: 'Noto Sans JP', sans-serif;
}

#multi:hover{
    background-color:rgb(250, 225, 210);
}

#daily{
    background-color:lightgoldenrodyellow;
    width: 140px;
    height: 48px;
    text-align: center;
}

#daily:hover{
    background-color:rgb(250, 225, 210);
}

img{
    width: 84px;
    height: 84px;
    position: absolute;
    right: 16px;
    bottom: 0px;
}