body {

  font-family: "Montserrat", sans-serif;
  font-size: 18px;
    text-align: center;
    font-size: 32px;
    margin-top: 50px;
    background-color: white;
}

h1 {
  font-family: "Vidaloka", serif;
  font-weight: 400;
}


button {
    padding: 10px 20px;
    background-color: #3498db;
    border: none;
    color: white;
    cursor: pointer;
}
button:hover {
    background-color: #2980b9;
    margin-left: 20%;
}

.date {
    color: black;
    font-size: 90px;
    /* border-radius: 15px; */
    /* width: fit-content; */
    margin: auto;
    padding: 10px 20px;
    border: 3px solid black;
}
.imiona {
    color: black;
    font-size: 80px;
}
#countdown {
      font-size: 2rem;
      font-weight: bold;
      color: #333;
    }
.map-container {
    display: none;
    width: 100%;
    margin: 20px auto;
}
.map-container iframe {
    width: 100%;
    max-width: 600px;
    height: 400px;
    border: 0;
}
button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    border: none;
    background-color: #007bff;
    color: white;
    margin-top: 10px;
    box-sizing: border-box;
}

button:hover {
    background-color: #0056b3;
}

button:focus {
    outline: none;
}
    nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background: black;
      padding: 20px;
      text-align: center;
      z-index: 1000;
    }
    nav a {
      color: white;
      text-decoration: none;
      font-size: larger;
      margin: 0 25px;
      font-weight: bold;
      cursor: pointer;
    }
nav a:hover {
    color: #ffce09;
}
    section {
      padding: 80px 20px 20px; 
      min-height: 400px; 
      box-sizing: border-box;
    }




#sekcja1 { background: #f9f9f9; }
#sekcja2 { background: #e9f7ff; }
#sekcja3 { background: #fff0f5; }