body {
  background-color: #98dfd6;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
  
svg {
  max-width: 100%;
  max-height: 100%;
  fill: #ff3434;
}
