body {
    margin: 0;
    font-family: sans-serif;
    background-image: url(background.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
}

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

.social-links img {
    width: 30px;
    margin: 0 10px;
}