body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    margin: 0;
    width: auto;
    flex-direction: column;
}
