@font-face {
  font-family: "LufthansaText-Regular";
  src: url("https://app.milesandmore.com/fonts/lufthansa_text_regular.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  font-family: "LufthansaText-Regular", sans-serif;
  text-align: center;
}

img {
  width: 36px;
  height: 36px;
}

h1 {
  font-size: 20px;
  font-family: "LufthansaText-Regular", sans-serif;
  margin-left: 10px;
}

p {
  font-size: 16px;
  color: rgb(135 135 135);
}

.container {
  display: flex;
  align-items: center;
}