body {
  font-family: Open Sans;
  font-weight: 300;
  color: #333333;
}
:focus {
  border: none;
  outline: none;       
}
input.submit {
            border: none;
            cursor: pointer;
            position: relative;
            padding: 20px;
            bottom: 2px;

        }
.input {
  padding: 10px;
  margin: 20px;
}
a, a:visited {
  text-decoration: none;
  color: #0abaee;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
