a.tag {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
  }

.tag {
    cursor: pointer;
    padding: 5px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    margin: 5px;
    font-size: 50px;
}

.tag:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.headertitle {
    font-size: 50px;
    font-weight: bold;
    margin: 10px; 
    text-align: center;
}