body {
    background-color: #56aae6;
}

.container {
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

.left-column {
	background-image: url(messi-hd-widescreen-wallpaper-preview.jpg);
	color: #333;
    width: 40%;
    padding: 50px;
    border: 5px solid #ccc;
}


.right-column {
	background-image: url(camp-nou-evening-1920x1080-1.jpg);
	color: #009688;
    width: 30%;
    padding: 200px;
    border: 5px solid #ccc;
}

h1{
	text-align: center;
	margin-bottom: 1;
	text-decoration: underline;
}

.left-column p{
    color: #56aae6;
    line-height: 0;
    text-align: center;
}

.right-column p {
    color: #FFFF00;
    line-height: 1;
    text-align: center;
}

footer{
	text-align: right;
}