
body, html {
  background-color: honeydew;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Electrolize", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .background {
  background-image: url('images/stekkerlooslogo.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  
  .overlay-text {
  background-color: rgba(255, 255, 255, 0.8); /* Light background for readability */
  padding: 30px;
  border-radius: 10px;
    text-align: center;
    max-width: 80%;
  }
/*   
  h1 {
  text-align: center;
  font-family: serif;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #57b1dc;
  margin-top: 0;
  }
  
  h2 {
  color: #00008b;
  font-size: 1em;
  } */

  .container {
    position: relative;
    text-align: center;
    color: black;
  }

  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .electrolize-regular {
    font-family: "Electrolize", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  