@import url(base.css);
.divition{
    height: 100px;
    width: 100%;
    background-color: var(--arena);
}
@media only screen and (min-width: 0px) and (max-width: 1000px) {
    .divition{
        height: 50px;
    }
}