.logo{
    max-width: 40px;
    height: auto;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.copyright{
    background: $primaryColor;
    padding: 15px;
    color: #fff;
    p{
        margin-bottom: 0;
    }
}