:root {
    font-size: 20px;
    --header: 80px;
    --turuncu: #f96e46;
    --yesil: #b4e33d;
    --mavi: #46d1f9;
    --soft: #FBF7F4;
    --normal: 400;
    --orta: 600;
    --kalin: 700;
    --xkalin: 800;
    --xxkalin: 900;
    --shadow: 0px 0px 50px 0 rgb(0 0 1 / 5%);
    --renk-hizmet-icerik: #f94666;
}

html {
    font-family: "Figtree", sans-serif;
    font-weight: var(--normal);
    color: var(--siyah);
}

body {
    background-color: var(--beyaz);
}

main{
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

section {
    padding-bottom: 1.5rem;
    width: 680px;
}

.giris{
    min-height: 40vh;
    padding-top: 50px;
}

.avatar-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 .5rem;
}

.avatar img{
    width: 132px;
    border-radius: 50%;
}

.avatar-user{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: .5rem;
}

.avatar-user h1 {
    font-size: 22px;
    font-weight: 700;
}

.icons {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.icons a{
    margin-right: .5rem;
}

.icons i{
    font-size: 1.3rem;
}

.content{
    background-color: white;
    border-radius: 50px 50px 0px 0px;
    position: relative;
    bottom: 2rem;
    padding: 0 .5rem;
}

.hakkimda{
    padding-top: 1rem;
}

.hakkimda h4{
    font-size: 28px;
}

.hakkimda .hakkimda-box{
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0.2rem;
}

.hakkimda .hakkimda-box p{
    font-size: .8rem;
    color: #5C6779;
}

.links {
    margin-top: 1rem;
    background: #FFFFFF;
    border: 0.935287px solid #EFF2F7;
    box-shadow: 0px 1.87057px 7.48229px rgba(48, 48, 50, 0.06);
    border-radius: 74.8229px;
    text-align: left!important;
    padding: 0.5rem 1rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .8rem;
}

.links .baslik p{
    font-size: .8rem;
}

.links .icon {
    background-color: #EFF2F6;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
}

.links:hover {
    background-color: #030B1A;
    color: white!important;
}

footer{
    position: fixed;
    bottom: 0;
    right: 0;
}

footer img{
    background-color: #ffffff;
    padding: 0.5rem 1rem .5rem;
    border-radius: 8px 8px 0 0;
    box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.25);
    margin-bottom: -10px;
}

@media only screen and (min-width: 681px) {
    footer {
        left: 45%;;
    }

}


