body {
    background-color: #47515e;
}

.logo1{
width:11vw;
}
.logo1-container{
display:flex;
justify-content:center;
margin-bottom: 15px;
    margin-top: 15px;
}

.white-bar {
    background-color: white;
    width: 100%;
    height: 25px;
    position: relative;
    top: -26px;
}
