@media (min-width: 768px) {
  .about-me {
    height: -webkit-fill-available;
  }
}

@media (max-width: 767.98px) {
  .about-me {
    height: auto;
    position: initial;
  }
  .container {
    width: auto;
  }
}
body {
  background-color: #f8f9fa;
}

canvas {
  display: block;
  margin: auto;
}

#wave {
  width: 100%;
  height: 303px;
}

.foot5 {
  margin-top: -20px;
  width: inherit;
  text-align: end;
}
