body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    margin: 0;
  }
  .memory-board {
    margin-top: 150px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 20px;
    max-width: 800px;
    width: 100%;
    margin-bottom: 30px;
  }
  h1 {
    text-align: center;
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .memory-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
  }
  .memory-image.wide {
    grid-column: span 2;
  }
  @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  cursor: url("/frontend/img/icons8-cursor-32.png"), auto;
}

body {
  overflow-x: hidden;
}

a,
button :hover {
  cursor: url("/frontend/img/icons8-hand-cursor-32.png"), pointer;
}
.salom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.memory-board > h1 {
    margin-bottom: 25px;
}
.navbarus {
  width: 1536px;
  height: 86px;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  z-index: 1000;
}

.navbarus-logo > a > img {
  width: 194px;
  height: 87px;
}

.navbarus-menu {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.navbarus-menu > ul > li > a {
  text-decoration: none;
  color: #ffffffff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.navbarus-menu > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbarus-menu > ul > li > a:hover {
  color: #78e038;
  transition: 0.2s ease-in-out;
}

.navbarus-menu > ul {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  list-style: none;
  margin-bottom: 0;
}

.endless {
  margin-left: 10px;
  margin-right: 15px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #2164ae;
}

.footer {
    background-color: #000000;
    color: #fff9f9;
  }
  
  .gapla {
    display: flex;
    justify-content: space-between;
    padding: 115px 195px 115px 195px;
  }
  
  .manus {
    margin-bottom: 30px;
  }
  
  .icons {
    margin-top: 35px;
    display: flex;
    justify-content: space-around;
  }
  .firstus {
    background-color: #1a1a1a;
    height: 61px;
    width: 61px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .mania {
    margin-bottom: 30px;
  }
  
  .iconsuzbirinchi {
    display: flex;
    gap: 10px;
    margin-top: 20px;
  }
  
  .iconsuzbirinchi > img {
    width: 16px;
    height: 20px;
  }
  
  .peram {
    text-align: center;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 170px;
  }
  
  .krutoybratjonla {
    margin-left: -185px;
    margin-top: 100px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 150px;
  }
  
  .Abdulaziz {
    position: relative;
  }
  .Jafar {
    position: relative;
  }
  .Izzat {
    position: relative;
  }
  
  .rest {
    position: absolute;
    top: -155px;
    z-index: 10;
    left: 190px;
    height: 462px;
    width: 260px;
  }
  
  .ism1 {
    margin-top: 245px;
    margin-left: 210px;
  }
  .ism2 {
    margin-top: 245px;
    margin-left: -175px;
  }
  .ism3 {
    margin-top: 245px;
    margin-left: -205px;
  }
  .rest2 {
    position: absolute;
    top: -155px;
    z-index: 10;
    left: -210px;
    height: 462px;
    width: 260px;
  }
  
  .rest3 {
    position: absolute;
    top: -155px;
    z-index: 10;
    left: -250px;
    height: 462px;
    width: 260px;
  }
  
  .peram2 {
    text-align: center;
    padding-bottom: 50px;
  }
  