
/* Footer  */
footer {
    background-color: #535BA4;
    color: #a5adf3;
}
.logo {
    align-items: center;
}
.logo .img-bg {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: white;
    text-align: center;
    border-radius: 50%;
}
.logo img {
    width: 40px;
}

.connect a {
    text-decoration: none;
    font-size: 16px;
    color: #a5adf3;
    transition: 0.5s;
}

.connect a:hover{
    margin-left: 10px;
}
.socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #a5adf3 !important;
    margin-bottom: 15px;
}

.socials p {
    align-items: center;
    margin: 0 0 0 10px;
    transition: all 0.5s;
}

.socials:hover p {
    margin-left: 20px;
}

.socials i {
    font-size: 19px;
}

.by {
    background-color: #444c9c;
    text-align: center;
    align-items: center;
    padding: 10px;
}