@font-face {
  font-family: 'Trumpfont';
  src: url(fonts/trumpfont.otf) format('opentype');
  font-weight: 300;
}

a {
  outline: none;
  color: white;
  text-decoration: none;
}

h2, h3 {
  color: #161616;
  font-family: 'Trumpfont';
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica', 'Roboto', 'Arial';
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.4px;
  background-color: #80d8ff;
}

main {
  line-height: 1.65;
  min-height: 100vh;
  width: 100%;
}

button { 
  width: 150px;
  height: 50px;
  color: #161616;
  border-radius: 38px;
  border: 2px solid white;
  font-size: 16px;
  padding: 14px;
  outline: none;
  background-color: inherit;
  margin: 16px;
  font-weight: 600;
}

