@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
  Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.me{
  justify-content:end;

}
.container{
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
  align-items:center; 


}
.space-evenly{
  justify-content: space-evenly;

}
#bye{
  display:flex;
  flex-direction: column;
}

body {
  background: #FFF8F0 !important;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}