@font-face {
    font-family: 'GangwonEdu_OTFBoldA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFBoldA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.apple{
    display: none;  
} 
.region{
    display: none;
}
*{
    font-family: 'GangwonEdu_OTFBoldA';
}
p{
    font-size:19px;
    font-style: italic;

}
.high_bar{
    background-color: hsla(197, 92%, 81%, 0.397);
}
body{
    background-color:hwb(0 98% 2% / 0.319);
}
.container-fluid{
    padding: 10px;
    background-color:hsl(240, 3%, 87%) ;
}
.navbar-brand{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
    font-size: 45px;
    font-weight: bolder;

}
.navbar-nav{
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.nav-link{
    text-align: center;
    /* margin-left: 20px; */
    font-size: 20px;
    margin-bottom: 10px;
}
.logo{
    margin-left: 50px;
}
h3{
   /*  margin-top: 100px; */
    text-align: center;
    font-size: 27px;
    background-color: blanchedalmond;
    
}
/* .main-title{
    display:inline-block;
    border-radius: 15px 15px 15px 15px; 
    border: 3px solid hsla(30, 90%, 69%, 0.486); 
    padding: 0.5em 0.6em; 
    color: #000000;
} */
.mid_title{
    display:inline-block;
    text-align: center;
    border-bottom: 5px solid #a1e1fb;
    /* padding: 0.3em 1em; */
    border-radius: 2px;
    font-size:25px;

}
.com1 {
    border-style: solid;
    border-width: 5px;
    border-color: hsla(205, 88%, 20%, 0.863);
    padding: 50px;
    border-radius: 90px 90px 90px 90px;
    margin-bottom: 20px;
}
