@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400');


body{
    margin: 0;
    padding: 0;
    font-family: "Open Sans";
}

.positioner{
    width: 95%;
    max-width: 1000px;
    margin: auto;
}

h1{
    text-align: center;
    margin-top: 50px;
    font-size: 60px;
    font-weight: 300;
    color: #555;
}

.college-image{
    width: 300px;
    max-width: 95%;
    padding: 5px;
    border: 1px solid #bbb;
    border-radius: 10px;
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
}

.college-image img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: -4px;
}

.college-desc{
    color: #333;
    font-weight: 300;
    width: 100%;
    margin: auto;
}

.hr{
    width: 50%;
    height: 2px;
    background: #ddd;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.exam-details{
    display: flex;
    flex-wrap: wrap;
    max-width: 90%;
    margin: auto;
    margin-bottom: 50px;
}

.exam{
    margin: 60px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.exam h2{
    margin-bottom: 10px;
}

.exam span{
    color: #333;
    font-weight: 300;
}


.placement-stats{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 100px;
}

.placement-stats > div{
    width: 400px;
    max-width: 90%;
}

.placement-stats img{
    width: 100%;
    border: 1px solid #eee;
}




.footer{
    padding: 40px 10px;
    text-align: center;
    color: #555;
    font-weight: 300;
    border-top: 1px solid #ddd;
}

