body {
    margin: 0em;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.container {
    min-height: 100vh;
}

.container.home {
    background-color: rgb(178, 148, 207);
}

.content {
    padding: 1em;
}

h1 {
    text-align: start;
}

.hidden {
    display: none;
}
