li.diff {
    color: #ff6666;
}

li.same {
    color: green;
}

#authButton {
    display: flex;
    float: right;
    background-color: #ff6666;
}

.loginUsername {
    background-color: rgba(45, 226, 69, 0.3) !important;
}

.right-button {
    margin-right: 5%;
}

#right-buttons-div {
    display: flex;
    float: right;
}

#output {
    margin-top: 1%;
}

#overlay {
    position: fixed;
    top: 3%;
    /* left: 0; */
    right: 5%;
    bottom: 0;
    border: 3px solid rgba(0,0,0,0.5);
    background-color: white;
    width: 200px;
    height: 75px;
    z-index: 2;
    display: none;
}

#overlayGoodText{
  position: absolute;
  top: 20%;
  left: 15%;
  font-size: 15px;
  color: green;
}

#overlayBadText{
  position: absolute;
  bottom: 20%;
  left: 15%;
  font-size: 15px;
  color: red;
}