.footer {
    background-color: #02cc50;
    color: white;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
}

.footerLogo {
    max-width: 150px;
    margin-bottom: 10px;
}

.footerMiniBaslik {
    color: rgb(216, 211, 211);
    font-weight: bolder;
}

.followSocialLogo {
    color: white;
    font-size: 20px;
    margin-right: 10px;
}

.footerMiniBaslik2 {
    font-weight: bolder;
}

.footerlink {
    display: block;
    text-decoration: none;
    color: white;
    margin-bottom: 3px;
}

.footerlink:hover {
    text-decoration: underline;
}

.footerCopyright {
    color: rgb(216, 211, 211);
    font-size: 15px;
}

.footerCopyrightVurguluMetin {
    font-weight: bolder;
    color: white;
}