a:link {
    text-decoration: none;
    
    
}  
a:hover {
    text-decoration: none;

    font-weight: bold;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: grey;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

h1 {
    align-content: center;
    color: #ffd700;
    text-shadow: 2px 2px 8px #000000;
    font-size: 240% ;
    line-height: 10%;
    font-weight: normal;
}

h4 {      
    font-size: 120%;
    line-height: 120%;
    color: #ffffff;
    font-weight: normal;
}

.last-mod {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.75); /*the 0.75 makes the larger shadow */
    border-width: 2px;
    border-color: darkblue;
    background-image: linear-gradient(darkblue, #8B0000);
    width: 20%;
    font-family: sans-serif;
    font-size: 65%; 
    color: #ffd700;
    font-style: italic; 
    font-variant: small-caps;
    margin: 1px;
}


.tooltip {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 3;
    color: white;

}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    margin-left: -200px;
    background-image: url('https://134thahc.com/Logos/Hueyskin.jpg');
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 30px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    opacity: 0;
    transition: opacity 0.3s;
    font-weight: normal;
    text-decoration: none;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.75); /*the 0.75 makes the larger shadow */
    border-radius: 3;
    border-color: black;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    text-decoration: none;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    text-decoration: none;
 }
