body { background-color: #f0fff4;       /*배경 색 폰트*/
        color: darkolivegreen;
    font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;}

h3{ font-family: 'SUIT', 'Spoqa Han Sans', sans-serif;  /*질문 폰트 스타일*/
    font-size: 22px;
    color: #222222;
    padding: 5px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 2px lightskyblue;}

section {border: 1px solid #cccccc;     /*박스*/
    background-color:snow;}

header {text-align: center;
background-color: lightblue;}

section {width: 50%;
    float: left;
    text-align: center;         /*구간 나누기*/
    font-size: large;}

footer {width: 49%;
        float: right;
text-align: center;
font-size:30px;
    background-color: antiquewhite;}



