body{
    background: #171d29;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Orbitron', sans-serif;
    color: white;
    /* height: 100%; */
}

a{
    width:auto;
    height: auto;
    text-decoration: none;
}

.return_dashboard{
    display: flex;
    left: 2%;
    position: relative;
    font-size: 1.5rem;
    margin-top: 10px;
}


  