@font-face {
    font-family: 'BookkMyungjo-Bd';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 100%;
    font-weight: normal;
}



body {

  text-align: center;
  font-family: 'BookkMyungjo-Bd';
  font-size: 16px;
  line-height: 1.7;
  word-break: keep-all;
  margin-bottom: 100px;
  margin-top:50px;

  padding-left: 150px;
  padding-right: 150px;
  padding-bottom: 150px;
}

.document a{
  color: gray;
}

.document h1 {
  color: white;
  text-align: center;
  font-size: 5.5vmax;
  font-family: 'Great Vibes', cursive;
  text-shadow: 1px 2px 10px gray;
}

.document h2 {
  width: 50%;
  margin: 35px;
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  background-color: #C6C6C6;
  color: white

}


.document .title {
  color: white;
   width:100%;
   text-align: center;
   text-shadow: 1px 2px 10px black;
    
    box-sizing: border-box;
    padding: 10px;
    background: #FFFFFF;



}

.document img {
  opacity: 50%;
}

.document img:hover {
  opacity: 100%;
}


.document .content {
  color: white;
  width: 50%;
  text-align: ;
  margin-left: auto;
  margin-right: auto;
  
  box-sizing: border-box;
        
  
  box-shadow: 2px 4px 10px gray;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;

  margin-bottom: 35px;
  margin-top: 35px;

}

.document .content:hover {
  color: gray;
  text-shadow: 1px 2px 10px black;

}

.document a:hover{
  color: white;
}