body {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
}
.content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a {
    color: #ffffff;
}
