@charset "UTF-8";
.club-logo {
display: block;
margin-left: auto;
margin-right: auto;
}

/* Default width for screens larger than 768px */
.club-logo {
    width: 400px;
}

/* Specific rule for screens smaller than 768px */
@media (max-width: 768px) {
    .club-logo {
        width: 90%;
        
    }
}

body {
    background-color: #243139;
}
div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
}