*{
margin: 0;
padding: 0;
font-family: Century Gothic;
}

header{
  background-image: url(../kepek/hatter.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
}

ul{

  float: right;
  list-style-type: none;
  margin-top: 25px;
}

ul li{
  display: inline-block;
}

ul li a{
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
  border: 2px solid transparent;
  transition: 0.6s ease;
}

ul li a:hover{
  background-color: #fff;
  color: #000;
}

ul li.active a{
  background-color: #fff;
  color: #000;
}

.logo img{
  float: left;
  margin-left: -120px;
  width: 150px;
  height: auto;
}

.main{
max-width: 1200px;
margin: auto;
}

.title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.title h1{
  color: #fff;
  font-size: 70px;
}

.title h2{
  color: #fff;
  font-size: 40px;
}
.title h3{
  color: #fff;
  font-size: 30px;
}
