
body{
    font-family: Arial, Helvetica, sans-serif;
}

div,header,footer{
    box-sizing: border-box;
}
.main-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.index-page{
}
footer{
}



.top-menu{
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    border-radius: 5px;
    width: fit-content;
    gap: 20px;
    height: fit-content;
}

.menu-item{
    text-decoration: none;
    font-size: 20px;
    color: #ccc;
}



#yii-debug-toolbar{
    display: none!important;
}

a{
    text-decoration: none;
    color: #000;
}