@charset "utf-8";
* {	margin: 0;padding:0;}

body
{
	margin :none;
	padding:none;
}
.navbar {
    width: 100%;
    background-color: #555;
    overflow: auto;
}

.navbar a {
    float: left;
    padding: 12px;
    color: white;
    text-decoration: none;
    font-size: 17px;
    width: auto; 
    text-align: center; 
 }

.navbar a:hover {
    background-color:#063;
}

.column {
    float: left;
    width: 50%;
    padding: 0;
    padding-bottom: 50px;
    height: 300px; 
}
  
.row:after {
    content: "";
    display: table;
    clear: both;
}

img{
    width:650px;
    height: 300px;
}
footer
{
margin-top:50px;
background-color:black;
height: 50px;
text-align: center;
padding-top: 25px;
width:100%;
color:#FFF;
}
h1{
    font-size: 40px;
    font-weight: bold;
    text-decoration: underline;
}