body {
    background-color: rgb(87, 190, 250);
    text-align: center;
}

h1 {
    border: 4px solid rgb(9, 3, 100);
    /* height: 300px; */
   /* line-height: 280px; */
    text-align: center;
    padding: 90px 8px 80px 8px; 
    margin: 0px 0px;
    position: relative;
    

    background-image: url(/images/baby1.jpg);
    background-size: cover;
    background-position: 50% 75%;
}
h1 {
    font-size:600%
}

.column {
    width: 20%;
    margin:10px  50px;
    display:flex;
    grid-template-columns: repeat(auto-fit, minmax(350px, 2fr));
    grid-gap: 10px;
}
    
.column {
    width: 100%
    cursor: pointer;
}

.column img:hover {
    transform: scale(0.8) rotate(-15deg);
    border-radius: 20px;
    box-shadow: 0 32px 75px darkblue
}

nav1 {
    font-size: 200%;
}

header {   
    border: 4px solid rgb(9, 3, 100);
    /* height: 300px; */
    /* line-height: 280px; */
    text-align: center;
    padding: 0px 8px 0px 8px; 
    margin: 2px 0px;
    position: relative;
    background-color: rgb(48, 52, 236);
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #fffbff;
	}

