.publ-grid{
    display:grid;
    grid-gap: 20px;
    
}
.publ-grid ol {
    list-style-type: none;
    width: 80%;
    background-color: #fff;
    border-radius: 10px;
    justify-self: center;
    padding: 15px 5px;
}


.publ{
    display: flex;
    margin-top: 70px;
    width: 80%;
    padding: 20px;
    background-color: #333;
    
    justify-content: center;
    justify-self: center;
    border-radius: 10px;
}
.publ a {
    color: black;
    background-color: #60f66f;
    padding: 10px;
    border-radius: 10px;
    transition: 1s;
}
.publ a:hover{
    background: url(images/menu_bg.png)  no-repeat center center/cover;
    color: white;
    
}
.point {
    background-color: #60f66f;
    border-radius: 10px;
    padding: 1px;
}