.home-page{
  display: grid;
  grid-template-rows: 80px 300px 80px auto;
  height: 70vh;
}
.title-page,.title-select{
  background-color: #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menus-btn{
  width: 30%;
  display: grid;
  row-gap: 1rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.menu-admin{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: rgb(0, 88, 171);
  border-radius: 10px;
}

@media screen and (max-width: 800px) {
  .menus-btn{
    width: 60%;
  }
}

@media screen and (max-width: 425px) {
  .l-name{
    visibility: hidden;
  }
  .title-select,.documents,.chapters{
    margin: 0;
  }
}