body {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    /*background: linear-gradient(1deg, #f6e1e4, #ffbec7);*/
    background: linear-gradient(45deg, #000, #2b2b2b);
    /*color: #414141; *//* farba textu */
    color: #FFFFFF;
}

.container {
    text-align: center;
}

.content {
    /*background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;*/
    border-radius: 10px;
}

.logo {
    width: 300px;  /* Prispôsob veľkosť loga podľa potreby */
    height: auto;
}

h1 {
    margin-top: 10px;
}

p {
    font-size: 18px;
    margin-top: 20px;
}

.social-icons {
    margin-top: 20px;
}

.social-icons a {
    margin: 0 10px;
    display: inline-block;
}

.social-icons img {
    width: 30px; /* Prispôsob veľkosť ikoniek podľa potreby */
    height: auto;
}

.social-icons a {
  color: #eab4a2;
}