body {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

.container {
    text-align: center;
    max-width: 90%;
}

h1 {
    margin-bottom: 20px;
}

.responsive-image {
    max-width: 100%;
    height: auto;
    border: 5px solid #fff;
    border-radius: 8px;
}

.links {
    margin-top: 20px;
}

.social-link {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    padding: 10px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.social-link:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 600px) {
    .social-link {
        display: block;
        margin: 10px auto;
        width: 80%;
        text-align: center;
    }
}

.brand a.fb:after,.brand a.tw:after {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.brand a.fb:after {
    content: "";
    background: #517cc0
}