.header {
    background:linear-gradient(35deg,rgb(6,0,151) 0%,rgb(130,4,255) 73%,rgb(193,15,255) 100%);
    min-height: 40rem;
    margin-bottom: 5rem;
}


.navbar-nav{
    font-size: 1.5rem;
    color: #f0f8ff;
    margin-top:2rem;
}

.nav-item{
    margin-left: 2rem;
}


.contact-us{
    color: #f0f8ff;
    font-size: 1.5rem;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.footer-inner{
    display: flex;
    align-items: center;
    flex-direction:column;
    background-color: #eeeeee;
    min-height: 5rem;
    justify-content: space-around;
}

