*{
  padding: 0;
  margin: 0;
}
body{
  font-family: sans-serif;
}
header{
  padding: 30px 20px;
  text-align: center;
  background: white
}
header h1{
  font-size: 40px;
  padding-bottom: 20px;
}
nav ul{
  display: flex;
  justify-content: space-around;
  list-style-type: none;
}
nav .button{
  padding: 20px 50px;
  color: black;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  margin-top: 10px;
}
.boat img{
  width: 100%;
  padding-bottom: 20px;
}
.adrable{
  text-align: center;
  background: teal;
  padding: 30px 20px;
  color: white;
}
.adrable h2{
  font-size: 36px;
  padding-bottom: 20px;
}
.nature h2{
  font-size: 36px;
  padding: 30px 20px;
  padding-bottom: 20px;
}
.nature{
  position:relative;
}
.nature img{
  width: 100%
}
.nature p{
  color: #ffffff;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-200%);
}
.fish h2{
  font-size: 36px;
  padding: 30px 20px;
  padding-bottom: 20px;
}
.fish{
  position:relative;
}
.fish img{
  width: 100%
}
.fish p{
  color:black;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-800%);
}
.eat h2{
  font-size: 36px;
  padding: 30px 20px;
  padding-bottom: 20px;
}
.eat{
  position:relative;
}
.eat img{
  width: 100%
}
.eat p{
  color:#ffffff;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-950%);
}
aside{
  text-align: center;
  background: white;
  padding: 30px 20px;
}
aside h2{
  font-size: 36px;
  padding-bottom: 20px;
}
aside .button{
  background: black;
  padding: 20px 50px;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  display: inline-block;
  margin-top: 10px
}
footer{
  text-align: center;
  background: black;
  color: white;
  padding: 10px;
}
