.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #2c3638;
  font-family: 'Poppins', sans-serif;
}
#main {
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#logo {
  width: 400px;
  max-width: 90vh;
  fill: #ddd7c9;
}