body {
    background-color: #F8F8F8;
    display: flex;
    justify-content: center;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.content {
    max-width: 500px;
    padding: 20px;
    text-align: center;
}

#ducky {
    align-self: center;
    max-width: 100%;
}