body, html
{
margin:0;
font-family:Tahoma, sans-serif;
height:100%;
}

h1, h2
{
font-family: 'Carter One', cursive;
color:white;
}

a
{
text-decoration:none;
}

p
{
color:white;
margin-left:2%;
}

#main
{
width:92%;
height:120%;
margin-left:auto;
margin-right:auto;
margin-top:2%;
margin-bottom:2%;
background-image: url("Swingin Groningen-A.jpg");
background-size:cover;
border:8px double black;
}

#title
{
color:#5730BA;
font-size:4em;
margin-left:2%;
text-shadow: 4px 4px #969696;
}

#enterbutton
{
width:20%;
height:10%;
margin-left:2%;
background-color:#969696;
text-align:center;
border-radius: 100%;
border:1px solid black;
}

#enterbutton:hover
{
background-color:#ABABAB;
}

#entertekst
{
display: inline-block;
vertical-align: middle;
color:black;
font-size:x-large;
}

#marginleft
{
margin-left:2%;
}

#footer
{
width:92%;
text-align:right;
margin-bottom:10px;
}

#footer a
{
font-style:italic;
color:black;
}