@import "../bootstrap-5.3.8-dist/css/bootstrap.min-iILk3sM.css";

html, body {
    height: 100%;
    margin: 0;
    background-color: white;
}

.hero-logo {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-logo img {
    max-height: 80vh;
    width: auto;
    max-width: 100%;
}