ul {
  display: flex;
  list-style: none;
  justify-content: space-around;
}
ul li a:hover {
    opacity: 0.8;
  }

ul li a img {
    width: 200px;
  }
.comment {
  margin: 50px;
  padding: 20px;
  background: rgb(241, 227, 227);
}
.title {
  font-size: 40px;
  margin: 20px 0 50px 20px;
  font-weight: 700;
}




.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000cc;
    display: none;
  }

.bigimg {
    position: absolute;
    width: 80%;
    max-width: 800px;
    top: 80px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }

.close-btn {
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: 20px;
    top: 0;
  }

.close-btn a {
    color: #fff;
    text-decoration: none;
  }