img {
margin-top: 50px;
margin-bottom: 50px;	
}

p {
font-size: 30px;
}

body {
background-image: url("http://www.thedesignwork.com/wp-content/uploads/2012/08/seamless-patterns-10.jpg");
}

input {
background-color: aliceblue;
color: black;
text-align: center;
width: 150px;
border-radius: 10px;
}

#word-selector {
margin-left: auto;
margin-right: auto;
float: center;
padding: 10px;
border-radius: 90px;
text-align: center;
}

#GB {
border-radius: 10px;
background-color: black;
float: center;
color: white;
width:100px;
}

#ListSelectors {
margin-left: 2px;
margin-right: 2px;
border-radius: 10px;
background-color: black;
float: center;
color: white;
width: 100px;
}
