25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

41 lines
679 B

.header{
background-color: #7B8B6F;
height: 3vh;
}
.guide{
font-size: 30px;
font-weight: bold;
text-align: center;
align-items: center;
justify-content: center;
padding-bottom: 30px;
}
.list{
font-size: 30px;
font-weight: bold;
margin-top: 6vh;
}
.start{
background-color: #D8CAAF;
font-size: 30px;
font-weight: bold;
margin: 30px;
height: 3vh;
width: 50vw;
margin-left: 100px;
color: rgba(0, 0, 0, 0.65);
}
.skip{
background-color: #D8CAAF;
font-size: 30px;
font-weight: bold;
margin: 30px;
height: 3vh;
width: 50vw;
margin-left: 100px;
color: rgba(0, 0, 0, 0.65);
}