
body
{
    margin:0;
    padding:0;

    font-family: Georgia, 'Times New Roman', Times, serif;
}


.container
{
    position:relative;
    left: 50%;
    transform: translateX(-50%);
    width:940px;
    height:600px;
    
    padding:20px 20px 0px 20px;
    margin:0px;
}

.title
{
    font-size:42px;
    padding-bottom:20px;
}

.sequence
{
    display:flex;
    gap:20px;
}

.card
{
    position:relative;
    display:inline-block;
    width:140px; 
    height:260px;
    background-color: rgb(227, 228, 240);
    border:1px;
}

.figure
{
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    top:0;
    font-size:48px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.hat
{
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    top:50px;
    z-index:50;
}

.pet
{
    position:absolute;
    left:34px;
    top:110px;
    z-index: 100;
}

.choiceForm
{
    position:absolute;
    left:0px;
    top:270px;
    text-align:center;
    padding:0;
}

.choiceSelect
{
    text-align:center;
    font-size:28px;
    width:130px;
}

.choiceButton
{
    text-align:center;
    font-size:24px;
    width:140px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    cursor:pointer;
    border:none;
    height:40px;
    background-color: rgb(227, 228, 240);
}

.percentage
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size:20px;
}

.logoutPosition
{
    position: absolute;
    top:20px;
    right:20px;
}

.nextSequenceButtonPosition
{
    position: absolute;
    top:38px;
    left: 50%;
    transform: translateX(-50%);
    
    background-color: red;
}

.buttonFont
{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size:20px;
}

