body{
    background-image: url("../img/background.jpg");
    background-position: top;
    font-family: sans-serif;
}
.element{
	display: block;
    width: 550px;
    margin: 0 auto;
    padding: 5px;
    color: white;
    text-decoration: none;
    margin-bottom: 5px;
}
.element img{
	width: 550px;
	border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .67);
	position: relative;
}

.element img:hover{top:-4px;box-shadow:0 4px 3px #000}
.link{
    display: block;
    border: 1px solid white;
    border-radius: 500px;
    text-align: center;
    width: 30%;
    margin: auto;
    padding: 15px;
    color: white;
    text-decoration: none;
    margin-bottom: 20px;
}

.link:hover{
	background: -webkit-linear-gradient(bottom, rgba(180,144,58,1) 0%, rgba(226,193,102,1) 100%);
	background: -o-linear-gradient(bottom, rgba(180,144,58,1) 0%, rgba(226,193,102,1) 100%);
	background: linear-gradient(to top, rgba(180,144,58,1) 0%, rgba(226,193,102,1) 100%);
}

.logo{
    margin: 15px;
}

footer{
	margin-top: 50px;
    position: relative;
	float: inherit;
    bottom: 0;
    width: 100%;
    border-top: 1px solid grey;
    text-align: center;
    color: white;
    padding: 10px 0 10px 0;
	font-size: 12px;
}
