* {
  box-sizing: border-box;
  font-family: "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
  margin: auto;
}

.header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-style: normal;
  color: #ffffff;
}

.header > p {
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-grow: 0;
  margin: 120px 0px;
}

body {
  width: 100vw;
  background-color: #353535;
}