header{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #F3D7B7;
}

nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

a{
    text-decoration: none;
    color: black;
}

.anor{
    display: flex;
    align-items: center;
    background-color: #F3D7B7;
}

button{
    width: 193px;
    height: 51px;
    background-color: #0A775F;
    border-radius: 100px;
    color: white;
}

.bir{
  position: relative;
  top: 100px;
}

.ikki{
    position: absolute;
    top: 50px;
    left: 950px;
    
}

main{
margin-top: 100px;
}

.card{
display: flex;
align-items: center;
justify-content: center;
}

footer{
    background-color: #F3D7B7;
    width: 1830px;
height: 160px;
display: flex;
justify-content: space-around;
align-items: center;
}


.nok{
    width: 203px;
height: 24px;

}

.card img{
    transition: 0.4s linear;
}

.card img:hover{
    transform: scale(1.2);
    transition: 0.4s linear;
}