*{
    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;
    box-sizing: content-box;
    padding-top:20px;
    padding-left: 100px;
    padding-right: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 1200px;
    overflow: auto;
    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ı*/


#content a{
    text-decoration: none;
    color: white;
}

#img1{
    position: absolute;
    width: 400px;
    margin-left: 0px;
    margin-bottom: 18px;
    border: 1px solid black;
}

#paragraf2{
    position: absolute;
    width: 600px;
    margin-top: 120px;
    margin-left: 445px;
    font-size: 20px;
    text-align: center;
}

#link1{
    position: absolute;
    padding: 10px 20px 10px 20px;
    border-radius: 100px;
    margin-left: -16%;
    margin-top: 30px;
    background-color: blueviolet;
}

#img2{
    position: absolute;
    width: 400px;
    height: auto;
    margin-left: 600px;
    margin-top: 390px;
    border: 1px solid black;
}

#paragraf3{
    position: absolute;
    width: 600px;
    margin-top: 530px;
    margin-left: -50px;
    font-size: 20px;
    text-align: center;
}

#img3{
    position: absolute;
    width: 400px;
    margin-left: 0px;
    margin-top: 780px;
    border: 1px solid black;
}

#paragraf4{
    position: absolute;
    width: 600px;
    margin-top: 920px;
    margin-left: 445px;
    font-size: 20px;
    text-align: center;
}

/*Footer Kısmı*/

#footer p{
    color: black;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
}
