.banner-header {
    background-repeat: repeat;
    padding: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-header-logo {
    max-width: 100%;
    height: auto;
}

body {
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}
main {
    flex: 1;
}