@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap');

.header {
    position: relative;
    z-index: 10;
    color: #E8EAF6;
    background-color: #3F51B5;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.header .logo {
    margin-bottom: 20px;
}

.header .display-1 {
    font-family: 'Nunito', 'sans-serif';
    font-size: 3.5rem;
}

.text-bold {
    font-weight: 600;
}

.section {
    position: relative;
    padding: 65px 0;
}
