:root {
    --bs-body-color: #fff;
    --bs-body-bg: #363B4E;
}

body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.container-fluid {
    --bs-gutter-x: 0;
}

img.hero-image {
    height: 100vh;
}

@media (max-width: 991px) {
    img.hero-image {
        height: 200px;
        width: 200px;
        object-fit: cover;
        border-radius: 50%;
        object-position: top;
    }
}

h1 {
    font-weight: 900;   
}

h1 small {
    display: block;
    text-transform: uppercase;
    font-size: 0.6em;
}