body {
    background-color: black;
    background-image: url('../images/background.webp');
    background-size: cover;
    background-repeat: no-repeat;
}

.logo {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
.logo img {
  max-width: 100%;
  align-self: flex-end;
}
