article {
    display:flex;
    flex-direction: column;
        
}

.container {
    max-width: 480px;
    margin: 0 auto;
}

.question {
    display: none;
} 

.result {
    display: none;
}

#try{
    max-width: 300px;
    margin: 0 auto;
}

#explain{
    font-family: 'GowunDodum-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunDodum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    line-height: 160%;
    max-width: 500px;
    margin: 0 auto;
}

#ran {
    width: 300px;
    height: 300px;
    margin: 0 auto;
}


#img {
    width: 220px;
    height: 220px;
    margin: 0 auto;
}

#ad {
    max-width: 200px;
    margin: 0 auto;
}

@font-face {
    font-family: 'EliceDigitalBaeum_Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/EliceDigitalBaeum_Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'ELIceDigitalBaeum_Bold';
}