/* styles.css */
h1 {
  color: blue;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

img {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

a {
  text-decoration: none;
  color: green;
}

body {
  background-color: #0028BF;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  background-attachment: fixed;
}

.container {
  position: relative;
  text-align: center;
  color: black; /* corrected property name */
  font-weight: bold;
  font-size: 12px;
}

.centered {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  color: black;
  font-size: 60px;
  background-color: rgba(255, 255, 255, 0.5); /* Adjust the alpha value as needed */

}

.Curacao{
  /* CSS styles for the image */
  text-align: center;
  width: auto;
  height: auto;
  top: 50%;
  padding-top: 200px;
}