* {
  margin: 0;
}

body {
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;

  min-height: 100vh;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 110px;
}

img {
  width: 100%;
  height: 100%;
}
