
body{
    background-image: url('../img/bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 1000px;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.nav-alx{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 20px;
}

.logo img{
    width: 100px;
}

.boxserach{
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
}

.boxserach img{
    width: 30px;
}

.hesder{
    padding: 20px;
}

.titlsmal{
    color: #fff;
}

.titlsmal h2{
    font-weight: 400;
    font-size: 30px;
}

.boxutton img{
    width: 100%;
}

.menubottom img{
    width: 100%;
    position: absolute;
    bottom: 0;
}