body {
    font-family: 'Poppins', sans-serif;
    background-color: black;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

.logo {
    width: 300px;
    margin-bottom: 20px;
}
.social-icons img {
    width: 70px;
    margin: 0;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.social-icons img:hover {
    transform: scale(1.2);
}

.social-names {
    color: #fff;
    font-size: 2.5vh;
    text-transform: uppercase;
}

.social-names span {
    transition: color 0.3s ease-in-out;
}

.social-names span:hover {
    color: #ff0000;
}

.social-names span:last-child {
    margin-right: 20px; /* Add this line to create space after the last span */
}

.logo-container {
    display: flex;
    align-items: center; /* Add this line to align the logo vertically with the text */
    margin-bottom: 20px;
}
.logo-container img {
    margin-right: 5px; /* Add this line to create space between the image and the text */
}
.bez_apalas{
    border-radius: 0px!important;
}
.pogas td{
    padding: 10px;
    text-align: center;
}
.conteneris{
    text-align: center;
    top: 7vh;
    position: absolute;
}