html, body {
        width: 100%;
        height: 100%;
      }

.logo {
  width: 100%;
  height: 100%;
  background-color: #a51e22;
  justify-content: center;
  display: flex;
  align-items: center;
}