body {
  background-color: #72fec7;
  color: white;
  text-align: center !important;
}

.btn-default {
  background-color: #72fec7;
}

a {
  color: white;
}

a:hover {
  color: gray;
}

a:visited {
  color: white;
}

.form-control {
  text-align: center;
}

.jumbotron {
  background-color: #5c6670;
  border-radius: 15px;
  margin-top: 50px !important;
  padding-top: 20px;
}

.perfect-centering {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.code {
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    color: #72fec7 !important
}
