

  @import url('https://fonts.googleapis.com/css2?family=Mooli&display=swap');
  
  @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Mooli&display=swap');


body{
  margin: 0;
  padding: 0;
  font-family:  Arial, sans-serif;
  text-align: center;
}

header{
  background-image: url("back.jpg");
  height: 100vh;
  background-size: cover;
  background-position: center;
}

ul{
  float: right;
  list-style-type: none;
  margin-top: 25px;
  margin-right: 10px;
}

ul li{
  display: inline-block;
}

ul li a{
  text-decoration: none;
  background-color: lblue;
  color: white;
  padding: 5px 5px;
  border: 1px solid #fff;
  transition: 0.6s ease;
  box-shadow: 2px 3px blue;
}

.logo img{
  float: left;
  width: 50px;
  height: auto;
  margin-top: 10px;
  margin-left: 15px;
  box-shadow: 4px 4px lightblue;
}

 .main{
  max-width: 1200px;
  margin: auto;
} 

.title{
  position: absolute;
  top: 35%;
  left: 9%;
  transform: translate(50%, - 50%)
}

.title h1{ 
  color: lightblue;
  font-size: 40px;
  text-shadow: 2px 2px blue;
}

.title h1 span{
  font-size: 24px;
  font-family: Great Vibes, Mooli;
  color: gold;
}

.button{ 
    position: absolute;
    top: 48%;
    left: 9%;
    transform: translate(50%, - 50%)
}

.btn{
  border: 1px solid white;
  padding: 10px 30px;
  text-shadow: 2px 2px blue;
  text-decoration: none;
  color: white;
  font-weight: bold;
  background-color: blue;
}

footer{
  background-color: lightpurple;
  padding: 5px;
  font-size: small;
  margin-top: 5px;
}
