#about {
  border: solid white;
  color: black;
  padding: 0px 12px 0px 12px;
  border-radius: 5px;
}

h1 {
  text-align: center;
}

.container {
  background-color: whitesmoke;
  display: flex;
  flex-direction: column;
}

.box3 {
  margin-bottom: 70px;
}
.info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 10px;
  padding: 10px;
  gap: 20px;
  border-radius: 20px;
  border: 2px solid #b9bec4;
}

.info img {
  width: 350px;
  border-radius: 20px;
}

#myBtn {
  position: fixed;
  left: 80%;
  bottom: 2%;
  padding: 0px 10px 0px 10px;
}

@media screen and (min-width: 1024px) {
  .info {
    display: flex;
    justify-content: center;
    box-shadow: none;
    flex-direction: row;
    margin: 10px;
    gap: 20px;
    border: none;
  }

  #myBtn {
    left: 90%;
    bottom: 4%;
  }
}
