
.funnel-display-logo {
  font-family: "Funnel Display", sans-serif;
  /*font-optical-sizing: auto;*/
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 10.9vw;
}

div {
  width: 100%;
  height: 100%;
  /*display: flex;
  flex-wrap: wrap;*/
  text-align: center;
} 

.center {
  margin: auto;
  width: 50%;
  padding: 10% 0;
  align-content: center;
  background: #212121;
  color: #fafafa;
}