body{
    background-color: #eee;
    font-family: 'Comfortaa', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    margin: 0;
}
h5{
    color: #343a40;
}
.name{
    color: #343a40;
}
.love{
    color: #a90002 !important;
}
/*----------------- Mail-------------------- */
#email{
    text-decoration: none;
    float: right;
    color:#343a40;
}
.sticky-footer {
    margin-top: 1% !important;
    position: sticky;
    bottom: 0;
    padding: 1rem;
    background-color: #eee;



}
.footer {
    margin-top: 1% !important;
    margin-bottom: 10px;
}
@media (max-width: 479px) {
    .footer{
        margin-top: 35% !important;
    }
}