.title{
    position:absolute;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #00418d;
}
.banner-img{
    position: relative;
    background: url(images/banner.jpg) center/cover no-repeat;
    height: 600px;
    
}

.button{
    background-color: #00418d;
}
.logo img{
    height: 130px;
    width: 130px;
    border-radius: 50%;
    margin-right: 45px;
}
.subtitle{
    color:#ff4400 ;
}
