body {
    margin: 0;
    display: flex;
    background-image: url(../assets/bg.png);
    font-family: Georgia, serif;
    line-height: 150%;
}

.main-card {
    min-width: 400px;
    max-width: 640px;
    margin: 50px auto;
    padding: 32px 24px 24px 24px;
    color: #444;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05)
}
.main-card .footer {
    margin-top: 32px;
    display: flex;
}

p {
    margin: 0 0px 16px 0;
}

p img {
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}