.card {
  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: 25px;
    border-color: black;
    border-style: solid;
    border-width: 2px;
}
.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: black;
    background-image: linear-gradient(black, #8B0000);
    width: 20%;
    font-family: sans-serif;
    font-size: 80%; 
    color: #ffd700;
    font-style: normal; 
    font-variant: normal;
    margin: 1px;
}

 .tooltip {
    position: relative;
    display: inline-block;
    color: #ffd700;
    font-size: 300%;
    text-shadow: 1px 1px 2px black, 0 0 25px grey, 0 0 5px darkblue;
    line-height: 55%;
    font-weight: bold;
    font-variant: small-caps;
    font-family: New Times Roman; 
}
 .tooltip .tooltiptext {
    visibility: hidden;
    width: 520px;
    margin-left: -260px;
    background: black;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.75);
    line-height: 110%;
    color: #fff;
    text-align: justify;
    border-radius: 6px;
    padding: 10px 20px;
    position: absolute;
    z-index: 1;
    bottom: -500px;
    left: 50%;
    opacity: 0;
    transition: opacity 0.3s;
    font-weight: normal;
    font-variant: normal;
    font-family: sans-serif;
    line-height: 110%;
    text-decoration: none;
    font-size: 15px;
}

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

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    text-decoration: none;
}
.about-section {
    width: 50%;
    padding-top: 15px;
    background-blend-mode:darken;
    background-color:rgba(0,0,0,0.7);
}
hr {
    display:inline-block;
    width:25%; border: 2px solid;
    color: #ffd700;
    height: 1px;
    vertical-align: middle;
}
.tooltip2 {
    position: relative;
    display: inline-block;
}

.tooltip2 .tooltiptext2 {
    color: white;
    font-size: 92%;
    font-weight: normal;
    line-height: 115%;
    font-variant: normal;
    visibility: hidden;
    /*width: 530px;
    margin-left: 0;*/
    text-align: justify;
    border-radius: 6px;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    /*bottom: -149%;
    left: 50%;*/
    opacity: 0;
    transition: opacity 0.3s;
    text-decoration: none;
}

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

.tooltip2:hover .tooltiptext2 {
    visibility: visible;
    opacity: 1;
    text-decoration: none;
}