*{
	margin: 0;
	padding: 0;
	outline: none;
}

img.welcome {
    text-align: center;
    margin: 0px auto;
    width: 25%;
    display: block;
}

h1{
    text-align: center;
    font-size: 45px;
    text-shadow: 2px 0px 2px #000;
    color: #9a14ab;
    margin-bottom: 20px;
}

a.hostel-section .girls{
    width: 60%;
}

a.hostel-section{
	text-decoration: none;
    color: #444;
    border-radius: 10%;
    display: block;
    transition-duration: 0.4s;
    text-align: center;
}

a.hostel-section img{
    width: 50%;
    padding: 5px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 50%;
}

@media only screen and (max-width: 575px){
	h1{
	    font-size: 30px;
	}
	
	a.hostel-section .girls{
        width: 43%;
    }
	
	a.hostel-section img{
	    width: 40%;
    }

	img.welcome {
	    width: 50%;
	}
	
}