*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
}
body {
  background-color: #2c6b74;
  color: #f3f4f6;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
}
.container {
  margin: auto;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
}

h1 {
  font-weight: 400;
}

h3 {
  font-weight: 300;
}

.img {
  height: 300px;
  width: auto;
}
