/* General Reset */
body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #fff;
}

.logo-img {
    max-width: 300px;
    height: auto;
	margin: 45px 0;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 130px;
    margin-bottom: 20px;
}
.image {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.text-image {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}

.btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    width: 200px;
    height: 200px;
    border-radius: 15px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-align: center;
	padding: 15px;
}

.btn.facebook {
    background-color: #4267B2;
}

.btn.facebook:hover {
    background-color: #365899;
    transform: scale(1.1);
}

.btn.youtube {
    background-color: #FF0000;
}

.btn.youtube:hover {
    background-color: #CC0000;
    transform: scale(1.1);
}

.btn span {
    font-size: 4rem;
    margin-bottom: 15px;
}

footer {
    margin-top: auto;
    padding: 20px;
    background-color: #333;
    color: white;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .buttons {
        flex-direction: column;
        gap: 20px;
    }
}

.flex {max-height: 25%}
.imageborder {
  border: 7px solid red  ;
}

.centered {
  position: absolute;
  top: 80%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.imageborder2 {
  border: 10px solid red  ;
  position: absolute;
  top: 80%;
  left: 20%;
  transform: translate(-50%, -50%);
}
.text-image-michele {
  position: absolute;
  top: 520px;
  left: 360px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: white;
}
.text-image-fely {
  position: absolute;
  top: 520px;
  left: 700px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: white;
}
.text-image-enrico {
  position: absolute;
  top: 520px;
  left: 1040px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: white;
}

.text-image-gianni {
  position: absolute;
  top: 520px;
  left: 1380px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: white;
}


.p2 {
  font-family: Arial, Helvetica, sans-serif;
}