/* General styles for the page */
body {
  margin: 0;
  padding: 0;
  font-family: 'Dosis', sans-serif;
  background-image: url("palm2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
}



/* Header styles */
.header {
  text-align: center;
  width: 100%;
}

.header img {
  display: inline-block;
}

/* Marquee styles */
marquee {
  display: block;
  margin: 10px auto;
  width: 100%;
}

/* Main content styles */
.main-content {
  display: flex;
  padding: 0 20%;
  height: 80%;
  width: 70%;
}

/* Left column styles */
.left-column {
  padding: 10px;
}

/* Table of contents styles */
.table-of-contents {  
  border: 1px solid white;
  border-radius: 10px;
  background-color: #114094;
  padding: 10px;
}

ul {
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
}


/* Guest book styles */
.guest-book {
  text-align: center;
  margin-top: 10px;
}

/* Middle column styles */
.middle-column {
  width: 80%;
  text-align: center;
  padding: 10px;
}

.middle-column iframe {
  width: 100%;
  border: 1px groove white;
  border-radius: 10px;
  height: 90%;
}


/* Iframe styles */
iframe {
  background-color: #114094;
  border: 1px solid black;
  border-radius: 10px;
  height: 100%;
}

/* Right column styles */
.right-column {
  width: 20%;
  padding: 10px;
}

/* Button image styles */
.right-column .row img {
  width: 100%;
}

.right-column img {
  padding: 50px 0;
}


/* Footer styles */
.footer {
  text-align: center;
  padding: 10px;
}



}
