* {
    margin: 0px;
    padding: 0px;
}

/* Styling the first parallax's 
height, width and background color */
.parallax-1 {
    width: 100%;
    height: 600px;
    background: url(
'https://www.tarihbilimi.net/wp-content/uploads/2023/06/Screenshot_1-1.png');
    background-size: 100% 100%;
    background-attachment: fixed;
}

/* Styling the title of first parallax */
.parallax-1 h2 {
    margin: auto;
    position: relative;
    left: 500x;
    top: 300px;
    width: 250px;
    height: 32px;
    padding: 10px;
    background-color: black;
    color: white;
    text-align: center;
}

/* Styling the second parallax's 
height, width and background color */
.parallax-2 {
    width: 100%;
    height: 600px;
    background: url(
    'https://www.cappadociapage.com/wp-content/uploads/2024/01/kirsehir-gezilecek-yerler.png');
    background-size: 100% 100%;
    background-attachment: fixed;
}

/* Styling the title of second parallax */
.parallax-2 h2 {
    margin: auto;
    position: relative;
    left: 500x;
    top: 300px;
    width: 250px;
    height: 37px;
    padding: 10px;
    background-color: white;
    color: black;
    text-align: center;
    font-size: 30px;
    font-family: Verdana;
}
.parallax-3 {
    width: 100%;
    height: 600px;
    background: url(
    'https://www.kulturportali.gov.tr/contents/images/20171127140623552_CACABEY_GOKBILIM_MEDRESESI%20(8).jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
}
.parallax-3 h3{
    text-align: center;
    font-size: 30px;
    font-family: Verdana;
    top: 300px;
    
}
.parallax-4 {
    width: 100%;
    height: 600px;
    background: url(
    'https://ahievran.erciyes.edu.tr/icerikdosyalari/image/800px-Kirahievran.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
}
.parallax-4 h4{
    text-align: center;
    font-size: 30px;
    font-family: Verdana;
    top: 300px;
    
}


/* Styling the content or paragraph */
.para-1 {
    padding: 50px;
    background-color: greenyellow;
    color: black;
    font-size: 17px;
}

/* Styling the content or paragraph */
.para-2 {
    text-align: center;
    padding: 25px;
    font-size: 17px;
    font-family: Verdana;
    background-color: greenyellow;
    color: black;
}

.para-3{
    padding: 25px;
    font-size: 17px;
    font-family: Verdana;
    background-color: greenyellow;
    color: black;
}

.para-4{
    
    padding: 25px;
    font-size: 17px;
    font-family: Verdana;
    background-color: greenyellow;
    color: black;
}