body {
  padding-left: 0.2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: purple;
  background-color: #e1e1ff; 
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: 0px;
  }
ul.navbar {
  list-style-type: none;
  padding: 0em;
  margin: 0em;
  position: absolute;
  top: 0em;
  left: 1em;
  width: 0em;
  font-size: 0px
  }

h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
		align:center;
		}
ul.navbar li {
  background: #add6ff;
  margin: 0em;
  padding: 0em;
  border-right: 0em solid grey;
  width: 0em}
ul.navbar a {
  text-decoration: none;}
a:link {
  color: blue;
text-size: 0px;  }
a:visited {
  color: purple }
  
button {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ed116d;
  font-size: 40px;
  background: #f0e511;
  padding: 10px 40px 10px 40px;
  text-decoration: none;
  width: 220px;
  height: 50px;
  position: absolute;
  top: 0px;
}

button:hover {
  background: #3cb0fd;
  text-decoration: none;
}
  
 
/* This button was generated using CSSButtonGenerator.com */