body {
  background: #FF7235;
  color: black;
  background-size: cover;
}
h1 {
  color: black;
  text-align: center;
}
.line .b {
  border-left: 10px solid black;
}
.line a {
  color: black; 
}
button {
  background: rgba(0,0,0,1);
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  height: 40px;
  border-radius: 30px;
  transition: opacity 0.2s ease;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  text-align: center;
}
button:hover {
  background: rgba(255,255,255,1);
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  height: 40px;
  border-radius: 30px;
  transition: opacity 0.2s ease;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  text-align: center;
}
a.btn {
  background: rgba(0,0,0,1);
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  height: 25px;
  border-radius: 30px;
  transition: opacity 0.2s ease;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  text-align: center;
  padding-top: 8px;
}
a.btn:hover {
  background: rgba(255,255,255,1);
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  height: 25px;
  border-radius: 30px;
  transition: opacity 0.2s ease;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  text-align: center;
  padding-top: 8px;
}
.console a.token {
  background: rgba(0,0,0,1);
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  height: 25px;
  border-radius: 30px;
  transition: opacity 0.2s ease;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  text-align: center;
  padding-top: 16px;
}
.console a.token:hover {
  background: rgba(255,255,255,1);
  color: black;
  text-transform: uppercase;
  font-weight: bold;
  height: 25px;
  border-radius: 30px;
  transition: opacity 0.2s ease;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  text-align: center;
  padding-top: 16px;
}
