
html {background-color: #879EC3} 

h1{
    background : #BFBEBE;
    text-align : center;
    text-shadow : 2px 2px white;
}

h2{
    text-align : left;
    text-shadow : 2px 2px white;
}

h{
	text-align : center;
}


body{
    background : #CFDCE9;
    text-align : center;

    
}

/* Style the footer */
footer{
 position: fixed;
    bottom: 0;
    width: 105%;
    height: 40px;
    background : #BFBEBE;
    text-align : center;   
}


img{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: block;
}

img:hover{
    opacity: .5;
}


.column {

  float: left;
  width: 50%;
  padding: 5px;
  width: 300px;
  height: 750px;
 

}
.row::after {
  content: "";
  clear: both;
  display: table;
}

