*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
body{
    width: 100%;
    min-height: 100vh;
    background-image: linear-gradient(to bottom, #0e0e3d, #1c1c6b, #3a3aa4, #8f8fd4);
    background-repeat: no-repeat;
}
.standard {
    max-width: 80%;
    margin-top: 5rem;
    padding: 1rem;
    text-align: center;
  }
  main{
    padding-top: 1px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
    background-color: whitesmoke;
    overflow: auto;
    margin: 0 auto;
    color: navy;
  }
h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  
  h2 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
  
  p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    text-align: center;
    padding: 20px;
  }

.menu{
    width: 100%;
    padding: 25px 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.boat{
    width: 300x;
    height: 60px;
    cursor: pointer;
    padding-left: 20px;
}
.activities
{
    width: 540px;
    height: 360px;
}
.places{
    width: 540px;
    height: 360px;
}
.sign{
    display: block;
    margin: 0 auto;
    height: 360px;
    width: 540px;
}
.menu ul li{
    list-style: none;
    display: inline-block;
    margin: 0 50px;
    position: relative;
}
.menu ul li a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.25em;
}
.menu ul ul{
    display: none;
    position: absolute;
    background-color: rgb(110, 181, 232);
    padding: 0;
    text-align: left;

}
.menu li:hover ul{
    display: block;
}
.menu ul ul li{
    display: block;
    border: 1px solid white;
    width: 100%;
    padding: 0;
    margin-left: -1px;
    line-height: 1.5;
    text-align: center;
}
.menu ul li a:hover {
    color: lightblue;
}
h3{
    color: navy;
}
.news{
    text-align: center;
    color: white;
}

table, th, td{
    table-layout: auto;
    justify-content: center;
    align-items: center;
    border: 1px solid navy;
    padding: 5px;
    margin: 0  auto;
}
form{
    background-color: rgba(256, 256, 256, 0.5);
    font-family: sans-serif;
    width: 400px;
    padding: 10px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
label{
    float: none;
    margin-top: 20px;
    display: block;
    width: 250px;
    text-align: center;
    
}
input{
    display: block;
    width: 250px;
    text-align: center;
    margin-bottom: 20px;
    height: 1.2rem;
}
input[type="submit"] {
    font-size: 20px;
    padding: 10px 20px;
  }
  footer{
      text-align: center;
      size: 0.8rem;
      color: white;
  }
  