/* header */
.header{
    background: url(../images/1.png) center;
    background-size: cover;
    height: 500px;
}
.header .content img{
    width: 200px;
}

/* information */
.info{
    background-color: #E4E4E4;
}
.info .content .photo{
    width: 70px;
}
.info .content h4{
    font-weight: normal;
}
.info .content .social-media a{
    background-color: #384955;    
    display: inline-block;
    width: 25px;
    height: 25px;    
    text-align: center;
}

/* about university */
.about-uni h2{
    font-weight: normal;
    color: #F95F6A;
}
.about-uni p{
    color: #0F3452;
}

/* Student registration */
.registration{
    background: url(../images/Layer\ 14.png) center;
    background-size: cover;
    color: #FFFFFF;
    height: 250px;
}
.registration .content{
    padding-top: 50px;
}
.registration .content p{
    font-size: 20px;
}
.registration .content button{
    background-color: #F95F6A;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 50px;
}