body {
  color: #404040;
  background: #ddd;
}

h1 {
  line-height: 40px;
  color: white;
  text-align: center;
  background: #38b73e;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 3px 3px;
  padding: 1%;
}

.container {
  padding: 16px;
  border: 3px solid #f1f1f1;
  max-width: 350px;
  margin: 0 auto;
}

noscript {
  position: relative;
  top: 34px;
  left:583px; 
}

a:link, a:visited {
  background-color: #4CAF50;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  width: 85%;
}

a:hover, a:active {
  background-color: black;
  font-weight: bold;
}
