@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css');


#content {
  display: block;
  /*float:left;*/
  font-family:"Nanum Gothic", "맑은 고딕", "돋움" !important;
  height:100vh;
  margin:0 auto;
  width:200px;
  height:auto;
  text-align: center;
  padding:10px;
  background:rgba(35,35,35,0.6);
  box-sizing: border-box;

}

h1 {
  color:white;
  font-size:3em;
  text-shadow:1px 1px 2px black;
  font-family:"Nanum Gothic","맑은 고딕", "돋움";
  font-weight: bold;
  line-height: 1.5em
 }

p {
  color:white;
  font-family:"Nanum Gothic", "맑은 고딕", "돋움";
  font-size:1.5em;
  font-weight:bold;
  line-height:2em;
  text-shadow:1px 1px 1px black;
}

a, a:visited {
text-decoration:none;
color:white;
}
