@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700&display=swap');

body {
    font-family: 'Merriweather', serif;
    line-height: 1.25;
}

.wrapper {
    width: 768px;
    max-width: 100%;
}

a .button {
  color: black;
}

.edit-button {
  position: relative;
  top: 7px;
  margin-left: 10px;
  width: 30px;
  cursor: pointer;
}

a {
  text-decoration: none;
}

.button {
  background-color: #eee;
  opacity: 1.0;
  padding: 1rem;
  margin-top: 0.75rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  cursor: pointer;
}

.blocked {
  opacity: 0.4;
}

.m0a {
    margin-right: auto;
    margin-left: auto;
}

.fg1 {
    flex-grow: 1;
}

input[type=text], input[type=password], input[type=email], input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  box-shadow: none !important;
}