html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Raleway-Regular", sans-serif;
  color: white;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #0e191e;
}

main {
  flex-grow: 1;
  position: relative;
  height: 100%;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 38px;
}

h5 {
  font-size: 20px;
}
