*{
    margin: 0;
    padding: 0;
}
body{
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
}

#baslik{
    width: 100%;
    height: 400px;
    position: relative;
}
#baslik #arkaplan,
#baslik #arkaplan img{
    width: 100%;
    height: 400px;
}
#baslik #profil-fotografi{
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}
#baslik #profil-fotografi img{
    width: 100%;
}
#baslik #motto{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
}
#baslik #motto img{
    width: 100%;
}
#baslik #sirket-logosu{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
}
#baslik #sirket-logosu img{
    width: 100%;
}
#baslik #adsoyad{
    position: absolute;
    top: 280px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: Quicksand , sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: black;
}
#baslik #meslek{
    position: absolute;
    top: 340px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: Quicksand , sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #3e3e3e;
}
#biyografi{
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-family: Roboto , sans-serif;
    font-size: 14px;
    font-weight: bold;
    background: #f3f3f3;
    color: black;
}
#veri{
    width: 100%;
    background: #f3f3f3;
    margin-bottom: 10px;
}
#veri i{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #0073ff;
    color: white;
    margin-right: 10px;
}
#veri a{
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-family: Roboto , sans-serif;
    font-size: 14px;
}
#kaydet{
    width: 100%;
    margin-bottom: 40px;
}
#kaydet a{
    background: #0073ff;
    color: white;
    font-family: Roboto , sans-serif;
    font-size: 13px;
    padding: 10px 50px;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
    display: table;
    text-decoration: none;
}
#kaydet a i{
    margin-right: 5px;
    font-weight: bold;
}
footer{
    position: fixed;
    bottom: 0;
    text-align: center;
    background: black;
    padding: 5px;
    color: white;
    font-family: Roboto , sans-serif;
    font-size: 10px;
    width: 100%;
    box-sizing: border-box;
}
footer a{
    font-weight: bold;
    color: orange;
    text-decoration: none;
}

@media only screen and (max-width: 800px){
    body{
        background-size: cover;
    }
    #baslik , #baslik #arkaplan, #baslik #arkaplan img{
        height: 250px;
    }
    #baslik #profil-fotografi{
        width: 100px;
        height: 100px;
    }
    #baslik #adsoyad{
        top: 180px;
        font-size: 20px;
    }
    #baslik #meslek{
        top: 210px;
        font-size: 16px;
    }
    #biyografi{
        font-size: 12px;
    }
    #veri a{
        font-size: 12px;
    }
    #veri i{
        margin-right: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}
