body, html {
    margin: 0;
    padding: 0;
    font-family: 'Hind', sans-serif;
    letter-spacing: 2px; /* Track da 2 per tutti i testi */
    background-image: url('pattern-guilloche-rosso.jpg');
    background-repeat: repeat;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 5%;
	background-color: rgba(0, 0, 0, 0);
}

header, footer {
    text-align: center;
	background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 20px 0;
}



.logo {
		width: 180px;
}

.playoff h2 {
    margin-top: -8px;
	font-size: 32px;
	font-weight: lighter;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5); 
}

.playoff p {
    margin-top: -30px;
	 margin-bottom: 38px;
	 text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5); 
}


h1 {
    letter-spacing: 8px; 
	font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5); 
	font-weight: lighter;
}


.button .btn {
    padding: 2px 5%;
    background-color: rgba(255, 255, 255, 0.5);
    color: rgb(90, 90, 90);
    text-decoration: none;
	font-size: 34px; 
	display: inline-block; /* Rendi il pulsante un elemento blocco */
    border-radius: 15px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Aggiungi anche la transizione per l'ombra */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5); /* Aggiungi l'ombra leggera */
}

.button .btn:hover {
	background-color: #ddd;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); /* Cambia l'ombra al passaggio del mouse */
}
.more-info {
    margin-top: 15px;
	margin-bottom: 10px;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5); 
}

footer {
    margin-top: 40px;
}

.social-links {
    margin-bottom: 20px;
}

.social-icon {
	font-size: 40px;
    margin: 0 20px;
    color: rgba(255, 255, 255, 0.8);
}

.social-icon:hover {
    color: rgba(80, 80, 80, 0.9); /* Cambia colore al passaggio del mouse */
}

.legal-info img {
    max-width: 80%;
	width: 210px;
	margin-top: -20px;
	margin-bottom: 20px;
}

.legal-info p {
    font-size: 14px;
	font-weight: lighter;
}

