 body {
    overflow-x: hidden;
  }

.content {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
  justify-content: space-between;
}


  #sidebar {
    display: none;
  }

  .vocabulary-item {
    width: 100px;
    display: flex;
    flex-direction: column;
    margin: 5px;
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 25px;
  }

  .vocabulary-item:hover {
    width: 120px;
  }

  .image-container img {
    height: 80px;
    width: 80px;
  }

  .title-container a {
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #131a2c;
  }

  .word-count-text {
    font-size: 12px;
  }

  .image-container {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 25px;
    background-color: transparent;
  }

  .title-container {
    border-radius: 20px;
    padding: 2px;
    margin-top: 5px;
  }

  .section-title {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
    margin-left: 25px;
  }

  .vocabulary-item:hover {
    width: 100px;
  }

  .modal-content {
    background-color: #fefefe;
    padding: 10px;
    border: 1px solid #888;
    width: 90%;
    max-width: 800px;
    border-radius: 25px;
    height: 85%;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
  }

  .content-item {
    justify-content: center;
  }
h1{
    margin-left: 25px;
    font-size: 20px;
    margin-top: 80px;
  }
