
@import url("http://fonts.googleapis.com/css?family=Oswald:400,300,700");
di {
    font-family: 'Oswald', sans-serif !important;
}
#logo-home-page {
    height: 200px;
    width: auto;
}

.center {
    width: 500px;
    height: 100px;
    
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    
    margin: auto;
}

.courses_infos{ 
    /* height: 100px; */
    line-height: 20pt;
 } 
 p {
    margin-bottom: 0;
 }

 .home-title {
    /* background-image: url(/asset/Physics-Background.jpg); */
    background-image: url(/asset/physic-white-background.jpg);
    background-size: cover;
    padding: 50px;
    margin: 0px;
    box-shadow: 10px 10px 100px rgba(0, 0, 0, 0.2);
    font-family: monospace;
 }

 