
body {
background-attachment: fixed;
}


header {
  position: relative;
  height: 245px;;
  width: 100%;
  background-color: #42c5f5;
}

nav {
  position: relative;
  display: inline-block;
  left: 800px;
  top: 120px;
}

a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  border-radius: 9px;
  background-color: #3632a8;
  font-size: 30px;
  color: #dff25e;
  padding: 10px;
  margin-right: 40px;
}

a:hover{
  background-color: #322a75;
}

#logo{
  position: relative;
  color: white;
  display: inline-block;
  margin: 15px;
  font-size: 30px;
  font-family: 'Ubuntu', sans-serif;

}

img {
  max-width: 100%;
  height: auto;
  margin-bottom: -148px;
  display: block;
}



footer {
  background-color: #42c5f5;
  width: 100%;
  height: 200px;;
}

footer p {
  font-size: 25px;
  display: inline-block;
  position: relative;
  padding: 20px;
  font-family: 'Ubuntu' ,sans-serif;
  

}
#lok {
  display: inline-block;
  position: relative;
  font-size: 60px;
  color: white;
  bottom: 700px;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: -20px;
}
@media only screen and (max-width: 1650px) {
  nav {
    left: 0px;
  }
#lok{
  position: fixed;
  top: 300px;
  font-size: 40px;
}
  footer p{


  }


}
}
