#back-to-home{
    display: flex;
    justify-content: flex-start;
    padding-left: 10%;
    padding-top: 50px;
}

#btn-to-home { 
    display: flex;
    align-items: center;
    text-decoration: none; 
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.02in;
}

#btn-to-home:hover {
    font-weight: bold;
    cursor: pointer;

}

#btn-to-home i {
    padding-right: 10px;
}
