body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: Arial, sans-serif;
    background-image: url('img/background.webp');
    background-size: cover;
    background-position: center;
}
      
#container {
    text-align: center;
    padding: 2em;
    background-color: white;
    border-radius: 10px;
}

.social-logo {
    width: 28px;
    object-fit: cover;
    margin: 0 10px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
    box-sizing: border-box;
    position: fixed;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.4);
    width: 100%;
    bottom: 0;
}

.footer > a {
    margin: 0 10px;
}
