.supercontainer {margin-top: 120px;}
.breadcrubs {text-transform: uppercase; }

a {text-decoration: none;color: #008768;}
a:hover {text-decoration: underline;color: #008768;}
.central-container {
    position: relative;
    width: 100%;
    height: 80vh;
	max-width: 2560px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto;
}
.central {
    position: relative;
    width: 100%;
    height: 10vh;
	max-width: 2560px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 auto;
}
.overlay {
    background: rgba(255, 255, 255, 0.5); /* Sfondo semi-trasparente */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: white;
    width: 90%;
    max-width: 400px;
}

.date-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.date-form label {
    font-size: 18px;
    font-weight: bold;
}

.date-form input {
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
}

.date-form button {
    padding: 10px;
    background: #008768;
    color: white;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
}

.date-form button:hover {
    background: #00664f;
}
.mb50 {margin-bottom:50px; }