body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
}

* {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    box-sizing: border-box;
}

.content-container {
    display: flex;
    flex-direction: column;
}