*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body{
    background-color: gray
}

/*anasayfanın temel düzeni*/

#header{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 70px;
    box-sizing: content-box;
    background-color: rgb(42, 195, 255);
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#nav{
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 30px;
    box-sizing: content-box;
    background-color: orange;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#content{
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 1200px;
    box-sizing: content-box;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#footer{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    height: 30px;
    box-sizing: content-box;
    background-color: orange;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

/*header kısmı*/

/*Logo*/

#logo{
   /* position: absolute; */
    text-decoration: none;
    font-size: 50px;
    margin-top: 3px;
   /* margin-left: 25px; */
    color: black;
    font-weight: bold;
   /* letter-spacing: 1px; */
}

/*nav kısmı*/

/*nav linkleri*/

#nav a{
    text-align: center;
    margin: 10px;
    text-decoration: none;
    font-size: 20px;
    color: black;
}

#homepage{
    position: relative;
    top: 4px;
}

#contact{
    position: relative;
    top: 4px;
}

#pixels{
    position: relative;
    top: 4px;
}

#hakkımda{
    position: relative;
    top: 4px;
}

/*Content Kısmı*/

#kart{
    position: absolute;
    margin-left: 150px;
    margin-top: 40px;
    width: 900px;
    height: 800px;
    border-radius: 15px;
    box-shadow: 0 5px 20px 0 gray, 0 10px 25px 0 gray;
    
}

#sol{
    background-image: url(../img/solback.jpg);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -123px;
    width: 250px;
    height: 800px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: skyblue;
}

#foto{
    position: absolute;
    box-sizing: content-box;
    width: 143px;
    height: 143px;
    top: 230px;
    left: 50px;
    border: 7px solid orange;
    border-radius: 50%;
}

#sol h5{
    position: absolute;
    font-size: 25px;
    color: white;
    top: 400px;
    left: 50px;
    padding: 0px 10px 7px 10px;
    border-bottom: 2px solid white;
}



#instagram{
    position: absolute;
    text-decoration: none;
    width: 160px;
    height: 41px;
    top: 450px;
    left: 50px;
    border-radius: 20px;
    border: 1px solid white;
}

#follow{
    position: absolute;
    width: 60px;
    top: -2.8px;
    left: -10px;
}

#white{
    position: absolute;
    width: 35px;
    height: 35px;
    top: 2px;
    left: 5px;
    border-radius: 50%;
    background-color: white;
}

#instagram span{
    position: relative;
    font-weight: bold;
    color: white;
    top: 10px;
    left: 62px;
}

#container{
    position: absolute;
    width: 600px;
    height: 800px;
    top: 20px;
    left: 275px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

#container h2{
    margin-top: 10px;
    margin-bottom: 5px;
}


/*Footer Kısmı*/

#footer p{
    color: black;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
}
