main {
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.title {
    font-size: 1.875em;
    margin-bottom: 1vw;
}

.content {
    width: 95%;
    min-height: 100vh;
    margin-bottom: 5vw;
}

li {
    list-style-position: inside;
}

.content * {
    font-size: revert !important;
}
