p {
  color:white;
  margin-left: 0px;
  margin-top: 1cm;
  margin-bottom: 1cm;
  outline-color:white;
  outline-width: medium;
  outline-offset: 7px;
  font-family: "Open Sans", sans-serif;
  width:300px;
  font-size: 35px;
}
p.solid {outline-style: solid;}


body {
  background-color: rgb(0, 129, 119);
  font-family: "Open Sans", sans-serif;
  margin-left: 40px;
  margin-top: 1cm;
}

.button {
  background-color: rgba(238, 238, 238, 0.342);
  color: white;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px, 2px;
  margin-top: 0.5cm;
  margin-bottom: 1cm;
  margin-right: 0.5cm;
  cursor: pointer;
  position: relative;
  left: 10px;
  padding: 13px;  
}

button.disabled{
  pointer-events: none;
  color: rgba(192, 192, 192, 0.404);
}



button:disabled,
button[disabled]{
  color: rgba(163, 163, 163, 0.555);
  background-color: rgba(238, 238, 238, 0.103);
}

button:enabled,
button[enabled]{
  color: white;
}