body {
  font-family: sans-serif;
  margin: auto;
  max-width: 1280px;
}

.navbar {
  background-color: #313236;
  border-radius: 2px;
  max-width: 800px;
}

.navbar a {
  color: #aaa;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

.navbar a:hover {
  color: #ffffff;
}

.image{
  margin: auto;
  display: block;
  max-width: 600px;
  max-height: 500px;
  min-height: 200px;
  min-width: 200px;
}

.font{ font-family : serif; }
.text{
  
  p {
    text-align: center;
  }

}

ol.d {
   list-style-type: lower-alpha;
  }

.head{
  h1{
    text-align: center;
  }
  h2 a{
    text-align: center;
  }
}
#Van {
  background-color: aqua;
  font-size: 50px;
  font-family: "굴림체";
}
h1{
  text-align: center;
}
h2 {
  text-align: center;
}
h3 {
  text-align: center;
}h4 {
  text-align: center;
}h5 {
  text-align: center;
}h6 {
  text-align: center;
}
