body {
    font-family: Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #222;
    color: white
}

.container {
    width: 80%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

img {
    height: 100px
}

h1 {
    font-size: 36px;
    text-align: center;
}

p {
    font-size: 14px;
    text-align: center;
    color: #aaa
}

a {
    color: #ccc
}