:root {
    --root-max-width: 800px;
    --main-color: #009933;
    font-size: 16px;
}
.w-full {
    width: 100%;
}
*{
    box-sizing: border-box;
}