body {
    margin: 0px;
    width: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    overflow-x: hidden;
}

html,
body {
  overflow-x: hidden;
}

body {
    background-image: url(image/people/PTTHbackground.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 110%;
}

section.boss {
    margin-top: 150px;
    margin-bottom: 150px;
    align-self: center;
}

section.boss .contentN {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

section.boss .contentN .picNuria {
    align-self: center;
    width:400px;
}

section.pop {
    display: flex;
    justify-content: space-around;
    margin-left: 10px;
    margin-right: 10px;
}

section.pop .contentE,
.contentR,
.contentD,
.contentMP {
    text-align: center;
    width: auto;
}

section.pop .contentE .picElea,
.contentR .picRaph,
.contentD .picDoina,
.contentMP .picMP  {
width: 220px;
}

.name {
    font-weight: bold;
    font-size: 18px;
}

.status {
    font-size: 16px;
}

.ex {
    font-weight: bold;
    font-size: 18px;
    
}

.section2{
    font-size: 16px;
}

section.section2 {
    margin-bottom: 130px;
    margin-left: 100px;
    margin-top: 100px;
 
}

@media(max-width:1200px) {
    .boss {

        .contentN {
            justify-content: center;
            flex-direction: column;
            text-align: center;
            margin-bottom: -110px;
            margin-top:-60px;
        }

        img {
            width: 450px;
            height: auto;
            align-self: center;
            padding-top: 0px;
            margin-right: 200px;
            margin-left: 200px;
        }
    }

    .pop {
        flex-direction: column;
        text-align: center;
        margin: 0px;
    }

    .contentE {
        justify-content: center;
        flex-direction: column;
        margin-bottom: 40px;

        img {
            width: 30%;
            height: auto;
            align-self: center;
        }
    }

    .contentR {
        justify-content: center;
        flex-direction: column;
        margin-bottom: 40px;

        img {
            width: 30%;
            height: auto;
            align-self: center;
        }
    }

    .contentD {
        justify-content: center;
        flex-direction: column;


        img {
            width: 30%;
            height: auto;
            align-self: center;
        }
    }

    .contentMP {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin-bottom: 40px;

        img {
            width: 30%;
            height: auto;
            align-self: center;
        }
    }

    section.section2 {
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: 30px;
    }

    body {
        background: none;
    }
}

@media(max-width:768px) {

    section.section2 {
        margin-top: 40;
        margin-bottom: 70px;
        margin-left: 30px;
    }

    
    section.boss .contentN .picNuria {
        width:100%;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: -20px;
    }



}