body{
    background-color: #2a2a2a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Source Sans 3", sans-serif;
    
}
body div a{
    display: block;
    text-decoration: none;
    align-items: center;
    margin: auto;
    color : #ffffff;
    font-size: 1.9rem;
    font-weight: 600;
    margin: 2rem auto;
    position: relative;
    

}
body div a::before {
    content: '';
    font-size:1rem ;
    position: absolute;
    left:8px ;
    background-color : #ffffff;
    bottom: -5px;
    width: 80%;
    height:5px;
}
body div{
    display: block;

    margin: 3rem;
}
