


.result-label{
  color: aquamarine;
}



.job-tasks li{
  color: #02afce;
  list-style-type: square;
  margin-left: 8rem;
  padding: 3px;
}

.task{
  color: darkcyan;
  font-size: 22px;
}

.meta-label{
  align-items: center;
  color: #02afce;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  margin: 0 10rem;
}

.station{
  margin: 4rem 5px;
}

h3, h4{
  text-align: center;
}


.tab-buttons{
  align-items: flex-start;
  border-radius: 8px;
  margin: 5px;
 
}

.tab-button{
  background-color: #1e1e2f;
  cursor: pointer;
  font-size: 20px;
  padding: 10px 20px;
  border: 2px solid yellowgreen;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  color: darkgoldenrod;
  margin:3px 10px ;
}

.tab-button:hover{
  background-color: #02afce;
  color: black;
}

.tab-buttons button.active{
  background-color: #018ca5;
  color:  rgba(36, 35, 35, 0.85);
  font-weight: bold;
  text-decoration: underline ;
  text-decoration-color: #1e1e2f;
}

.certificate-link a{
  display: flex;
  justify-content: space-around;
  font-weight: bold;
  text-decoration: none;
  color: #02afce;
}
.certificate-link a:hover{
text-decoration: underline;
}

