body {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* background: url(/pexels-johannes-plenio-1103970.jpg); */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  background-color: rgb(160, 188, 188);
  /* font-family: "Dancing Script", cursive; */
  /* font-family: "Jost", sans-serif; */
  /* font-family: "Lugrasimo", cursive; */
  font-family: "Tilt Prism", cursive;
}
h1 {
  font-size: 60px;
  color: rgb(11, 88, 88);
  font-weight: 500;
  /* background-color: aquamarine; */
  /* width: 700px; */
}
img {
  width: 30vw;
  height: 400px;
  position: absolute;
  top: 200px;
  right: 30px;
  @media screen and (max-width: 1200px) {
    display: none;
  }
}
#container {
  width: 60vw;
  height: 60vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* align-items: center; */
}
.bar {
  width: 0.7vw;
  background-color: rgb(71, 77, 77);
  margin: 1.5px;
}
button {
  background-color: rgb(125, 216, 220);
  /* display: flex; */
  margin: 20px;
  width: 180px;
  height: 40px;
  border: 2px solid rgb(86, 77, 77);
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  color: rgb(6, 55, 49);
  font-size: 15px;
  margin-top: 40px;
  font-family: "Courier New", Courier, monospace;
}
button:hover {
  background-color: rgb(185, 196, 205);
  border: 2px solid rgb(10, 50, 50);
  cursor: pointer;
}
