body{
    background-image: url("../img/background.jpeg");
    background-position: top;
    font-family: sans-serif;
}

.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-image: linear-gradient(160deg, rgba(51,213,213,1) 0%, rgba(194,221,86,1) 100%);
}

.logo{
    margin: 30px;
}

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