html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: url('https://images.unsplash.com/photo-1717616153283-7b8a0a2ed5a3?auto=format&fit=crop&w=1950&q=80') no-repeat center center fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
}

.container {
  text-align: center;
}

.logo svg {
  width: 150px;
  height: auto;
  fill: white;
  transition: transform 0.1s ease-out;
}
