html,
body {
    background-color: black;
}

.content {
    width: fit-content;
    height: fit-content;
    margin: auto;
    margin-top: 10%;
}
