body {
  margin: 0;
  font-family: 'Helvetica', 'Arial';
  color: #000080;
}

#background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/hg1.png');
  background-size: cover;
}

#transparent-image {
  position: absolute;
  width: 30%;
  bottom: 0;
  left: 0;
}

#logo {
  position: absolute;
  width: 60%;
  top: 0;
  right: 0;
}

#text {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  text-align: center;
}

#address {
  position: absolute;
  bottom: 00px;
  right: 0px;
  text-align: right;
  padding: 20px;
  background-color: #000080;
  color: white;
  border-top-left-radius: 20px;
}

#Vod {
  position: relative;
  width: 300px;
  align: center;
}

#slide {
  display: none;
}
#slide:first-child {
  display: block;
}

#prev-button, #next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  padding: 10px;
  background-color: transparent;
  border: none;
  color: #000080;
}
#prev-button {
  left: 0;
}
#next-button {
  right: 0;
}

#prev-button, #next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  padding: 10px;
  background-color: transparent;
  border: none;
  color: #000080;
}
#prev-button {
  left: 0;
}
#next-button {
  right: 0;
}


