@import url('https://fonts.googleapis.com/css?family=Solway&display=swap');

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

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

.center-text {
  text-align: center;
}

.full-screen {
  width: 100vw;
  height: 100vh;
}

.hero-title {
  font-family: 'Solway', serif;
}
