body {
    background-color: #ffd312;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

#copyright {
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
}

.전체 {
    display: block;
    justify-content: center;
    width: 95vw;
    height: 92vh;
    margin-top: 20px;
    padding: 0px;
    border: 4px solid #414141;
    background-color: white;
    border-radius: 10px;
    ;
    background-size: 90vw;
    background-clip: border-box;
    background-repeat: no-repeat;
    background-position: top center;
}

.상단 {
    display: flex;
    height: 20%;
}

.메인 {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    height: 50%;
}

.하단 {
    text-align: center;
    height: 30%;
}

.타이틀1 {
    width: 70vw;
    height: 10vh;
    margin-top: 5vh;
    margin-left: 5vw;
    margin-right: 1vw;
    font-family: 'MaruBuriBold';
    font-size: 2rem;
    text-align: left;
}

.타이틀2 {
    width: 70vw;
    height: 10vh;
    margin-top: 5vh;
    font-family: 'MaruBuriBold';
    font-size: 2.5rem;
    text-align: left;
    display: flex;
    align-items: center;
}

.숫자버튼 {
    width: 7vw;
    height: 10vh;
    margin: 5px;
    border-radius: 4px;
    font-size: 1.5rem;
}

.숫자버튼:hover {
    background-color: #ffd312;
}

.점수판 {
    border-radius: 10px;
    border: solid 5px #ffd312;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 20vw;
    height: 4vh;
    margin-top: 10px;
    margin-right: 50px;
    ;
}

.점수판>div {
    width: 30%;
    display: flex;
}

#pop_container {
    position: absolute;
    width: 800px;
    height: 300px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;
    box-shadow: 1px 3px 3px #929292;
    top: calc(50vh - 200px);
    display: flex;
    flex-direction: column;
    align-content: center;
    overflow: hidden;
}

#pop_container>div {
    display: flex;
    justify-content: center;
}

#pop_header {
    font-family: 'MaruBuriBold';
    background-color: hwb(259 53% 0%);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20%;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

#pop_main {
    font-family: 'MaruBuriBold';
    line-height: 30px;
    font-size: 17px;
    margin-top: 20px;
    width: 100%;
    height: 50%;
    align-content: left;
}

#pop_bottom {
    width: 100%;
    height: 15%;
    align-content: center;
}