* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}



h1 {
    text-align: center;
    margin: top 150px;
    font-size: 60px;

}

h1 {
    font-family: Time New Roman;
    font-weight: bold;
}

h1 span:nth-child(1) {
    color: red
}

h1 span:nth-child(2) {
    color: black
}

h1 span:nth-child(3) {
    color: blue
}

h2 {
    text-align: center;
    margin: top 300px;
    font-size: 35px;
    font-family: time new roman;
    font-weight: bold;
}

h3 {
    text-align: left;
    color: rgb(15, 15, 72);
    margin: 100px;
    margin: top 50px;
    font-size: 30px;
    font-family: time new roman;
    font-weight: bold;
    font-style: italic
}


.PVDE {
    position: absolute;
    margin: top 200px;
    width: 90%;
    left: 5%;
    background-color: white;
    padding: 50px;
}

.img-PVDE {
    float: right;
    margin: 10px;
    width: 50%;
}


.img-RP {
    float: left;
    margin: 10px;
    width: 50%;
}


.img-EF {
    float: right;
    margin: 10px;
    width: 50%;
}

.img-BSPL {
    float: left;
    margin: 10px;
    width: 50%;
}

.img-PD {
    float: right;
    margin: 10px;
    width: 50%;
}

.img-Ki {
    float: right;
    margin: 20px;
    width: 25%;
}

.RP-text-box {
    margin-bottom: 30px;
}

.EF-text-box {
    margin-bottom: 30px;
}

.BS-text-box {
    margin-bottom: 30px;
}


.DOWNLOAD-text-box {
    position: absolute;
    margin: top 200px;
    width: 90%;
    left: 5%;
    background-color: white;
    padding: 50px;
}


.Aboutme {
    position: absolute;
    margin: top 200px;
    width: 90%;
    left: 5%;
    background-color: white;
    padding: 50px;
}


.DOWNLOAD {
    margin-top: 30px;
}

.Aboutme-text-box {
    margin-bottom: 30px;
}


.Contact-text-box {
    position: absolute;
    margin: top 200px;
    width: 90%;
    left: 5%;
    background-color: white;
    padding: 50px;
}