/* mainsection */
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url(https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/GyeonggiTitleM.woff);
#main{
    background-color: white;
    width: 80%;
    text-align: center;
    font-family: 'NanumSquare', sans-serif;
}

#startbtn{
    background: #ef8e23;
    color: white;
    border: 2px solid;
    /* padding: 0.7em 1em; */
    font-size: 30px;
    border-radius: 24px;
    font-family: 'NanumSquare', sans-serif;
    height: auto;
    /* transition: color 2s, border-color 0.25s, box-shadow 0.25s, transform 0.25s; */
}


#head1{
    font-size: 30pt;
}

#head2{
    font-size: 35px;
    font-weight: bold;
}

h4{
    color: #ef8e23;
}

#ruruci{
    font-family: 'GyeonggiTitleM' ;
    color: #ef8e23;
}
hr{
    height: 51px;
}

.result_name_main{
    font-size: 28px;
    margin-top: 30px;
}

.result_tag_maion{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #ef8e23;
    font-weight: bold;
}

/* .img-fluid{
    max-width: 50%;
    height: auto;
} */