header{
    background: rgb(64, 243, 64);
    text-align:center;
    padding : 5px ;
    }
nav a{
        color:rgb(0, 0, 0);
        text-decoration: none;
        font-size: 35px;
        padding: 35px;
}
main img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    border-radius: 15px;    
    }
main img:hover{
    transition: color 0.3 ease;
}
body{
    background-color: rgb(183, 255, 188);
    padding : 0px ;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    border-radius: 10px;
}
    
header  nav a:hover{
    background: green;
}
.I_TAPOK_OSN{
    background-color: green;
    color: white;
    padding: 40px 0;
    text-align: center;
}

.footer_content{
    font-size: 20px;
}

.footer_content a{
    color: azure;
    text-decoration: none;
    transition: color 0.5s ease;
}
    
.footer_content a:hover{
    color:chartreuse;
}

.q:active{
    transform: scale(0px);
}