* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #ffffff;
}
img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.social-buttons a {
    margin: 0 10px;
    text-decoration: none;
    font-size: 20px;
    padding: 10px;
    background-color: #0077b5;
    color: white;
    border-radius: 5px;
}