/* CSS declarations go here */
body {
  font-family: sans-serif;
  font-size: 12px;
}

form {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  display:block;
  position: relative;
}

textarea:focus{
  outline: none;
}

input:focus{
  outline: none;
}

ul,ol { 
  list-style: none; 

}

li {
  padding: 15px;
  border-bottom: #eee solid 1px;
}

button:hover {
  cursor: pointer;
  background-color: white;
  color: rgb(70, 153, 179);
}