/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: lightgray;
  font-family: "Open Sans", sans-serif;
  color: #444;
}

#content{ 
    background-color: white;
  	margin:0 auto;

	width : 100%;
	height: 100%;
	max-width: 500px;
    border-radius :15px;
}

 ul{
        list-style:none;
        width:100%;
        padding: 30px;
        margin-top: 20px;     
            }


            

 
h1{ 
    margin: 0 auto;
    margin-top: 12%;
    margin-bottom: 0;
    text-align: center left;
    width : 100%;
	max-width: 500px;
    font-size:65px;
    color:white;
	
    
}
li{
    display: inline-block;
}

h2{
    font-size: 12px;
    
}
a {
    text-decoration: none; 
    font-family: "helvetica";
    font-size: 20px;
  
  
}



a:visited {
    color:black;
}

a:hover{
    text-transform:uppercase; 
}





button {
    margin-top: 10px;
    margin-left:3px;
    margin-right:5px; 
	border: 3px solid #D3D3D3;
	background-color: lightgray;
	color: black;
	padding: 10px;
	font-size: 18px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 850ms ease; 

    
}



button:hover {
	border: 3px dotted #D3D3D3;
	color:black;
	background: rgba(0,0,0,0);
    text-transform:uppercase; 
}
