html, body {
    overflow: hidden;
    font-family: 'Nunito sans';
    overflow: hidden;
    max-height: 100vh;
}

.main-section {
    background-color: #ff6e14 !important;
    overflow: hidden;
    max-height: 100vh;
}

.hero-body {
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 100vh;
}
#logo {
    max-width: 100%;
    margin-bottom: 20px;
}

.main-row {
    flex: 1;
    display: flex;
    gap: 20px;
    width: 100%;
    overflow: hidden;
}