@font-face {
  font-family: 'Century Gothic';
  src: url('Century-Gothic.ttf') format('truetype');
  font-weight: 700;
}

* {
  font-family: 'Arial', sans-serif;
  box-sizing: border-box;
/*  line-height: 1.5;*/
}

body {
  background: #fff;
  color: #12273f;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 40rem;
  font-size: 18px;
  line-height: 28px;
}

main {
  position: relative;
}

h1 {
  font-family: Century Gothic;
  font-weight: 700;
  margin: 30px 0;
  line-height: 39px;
}

img {
  display: inline-block;
  width: 200px;
  height: 26px;
}