.left-animate{
    width: 5%;
    height: 100vh;
    background-color: rgb(184, 24, 24);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: width 0.6s;
}
.menus-animate{
    opacity: 1;
    transition: opacity 0.6s;
}

#add {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  background: #222;
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4em;
  color: white;
  transition: transform 0.8s ease-in-out;
}