@font-face {
    font-family: "jamsil_Light";
    src: url("../fonts/The\ Jamsil\ 2\ Light.ttf") format("truetype");
    font-weight: normal;
  } 
@font-face {
    font-family: "jamsil_Regular";
    src: url("../fonts/The\ Jamsil\ 3\ Regular.ttf") format("truetype");
    font-weight: normal;
  } 
@font-face {
    font-family: "jamsil_ExtraBold";
    src: url("../fonts/The\ Jamsil\ 6\ ExtraBold.ttf") format("truetype");
    font-weight: normal;
  } 
@font-face {
    font-family: "jamsil_Bold";
    src: url("../fonts/The\ Jamsil\ 5\ Bold.ttf") format("truetype");
    font-weight: normal;
  } 
main {
    padding: 15px;
}
#wrap *{
    font-family: "jamsil_Light";
}
#wrap {
    width: 100%;
    max-width: 475px;
    margin: 0 auto;

}
header{
    display: flex;
    justify-content: left;
}
header a{
    width: 50%;
    display: flex;
    padding: 15px;
}
header a img{ 
    width: 100%;
}