.instagram-icon{
    width:24px;
    height: 24px;
    color:white;
    fill:white;
    margin-right:10px;
    margin-top:4px;
}


.center-children{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.flex{
    display: flex;
}
.items-center{
    align-items: center;
}

nav{
    padding:0 40px !important;
}

.navbar-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}