.header > .con {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.logo-title {
  display: inline-block;
  font-size: 3rem;
  letter-spacing: 10px;
  font-weight: bolder;
  font-family: monospace;
}