body {
    margin: 0;
    padding: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    max-width: 100%;
    background-color: #383E42;
}
.baskanHeaderImg{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}
.baskanProfilImg{
    border-radius: 50%;
    width: 170px;
    height: 170px;
    border:5px solid white;
}
.baskanImgRow{
    margin-top: -100px;
    color: white;
}

.qrDiv{
    position: absolute;
    right: 20px;
    top: 100px;
    font-size: 35px;
}
.btnRehber{
    width: 100%;
    background-color: #007bff;
    color: white;
    border-radius: 20px;
}
.btnRehber:hover{
    background-color: #007bff;
 
}
.baskanContainer{
    max-width: 800px;
}
.baskanUstIletisim div{
    background-color: white;
    border: 1px solid gray;
}
.main-links {
    background-color: hsl(0deg 0% 93%);
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: auto;
    border-radius: .75em;
    filter: drop-shadow(0pt 3pt 5pt hsl(0deg 0% 0% / 16%));
}
.main-linksSocial {
    background-color: hsl(0deg 0% 93%);
    justify-content: space-around;
    width: 100%;
    margin: auto;
    border-top-left-radius: .75em;
    border-top-right-radius: .75em;
    filter: drop-shadow(0pt 3pt 5pt hsl(0deg 0% 0% / 16%));
    border-bottom: 1.6px solid hsl(0deg 0% 72%);
}
.main-linksSocialIc {
    background-color: hsl(0deg 0% 93%);
    justify-content: space-around;
    width: 100%;
    margin: auto;
   
    filter: drop-shadow(0pt 3pt 5pt hsl(0deg 0% 0% / 16%));
    border-bottom: 1.6px solid hsl(0deg 0% 72%);
}
.main-linksSocialIcAlt {
    background-color: hsl(0deg 0% 93%);
    justify-content: space-around;
    width: 100%;
    margin: auto;
    border-bottom-left-radius: .75em;
    border-bottom-right-radius: .75em;
    filter: drop-shadow(0pt 3pt 5pt hsl(0deg 0% 0% / 16%));
    border-bottom: 1.6px solid hsl(0deg 0% 72%);
}


.main-links a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5em 0.2em;
    width: 100%;
}
main a {
    text-decoration: none !important;
    color: black;
}
.image-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.image-frame {
    width: 2.2em;
    height: 2.2em;
}
.main-links a:nth-child(2) {
    border-left: 1.6px solid hsl(0deg 0% 72%);
    border-right: 1.6px solid hsl(0deg 0% 72%);
}
.fa-qrcode{
 padding: 5px;
 cursor: pointer;
 border-radius: 10px;
}
.fa-qrcode:hover{
    background-color: #626364;
   }