/* CSS For Candidate Page */
/* Body/background */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    position: relative;
    margin-bottom: 5vh;
    background-image: url(Background1.jpg);
    background-size: cover;
    background-attachment: fixed;
}

/* BACK button */
header {
    height: 10vh;
    position: relative;
    opacity: 1;
    display: flex;
    justify-content: left;
    align-items: top;
    z-index: 1;
}

header img {
    max-width: 15vw;
}

/* MAIN */
main {
    max-width: 85vw;
    margin-top: 7vw;
    margin-left: 15vw;
    margin-right: 15vw;
    margin-bottom: 5vh;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 2px 5px #888888;
    border-radius: 10px;
    z-index: 2;
    position: relative;
    outline: 10px solid #0e3b76;
}

/* Candidate Image Format */
#menu4 {
    width: 20vw;
    height: 20vw;
    z-index: 999;
}

#menu3 {
    width: 28vw;
    height: 28vw;
    z-index: 999;
}

#menu2 {
    margin-top: 2vh;
    max-width: 60vw;
    height: auto;
    z-index: 999;
}

#menu {
    max-width: 50vw;
    height: 50vw;
    z-index: 999;
    display: flex;
    justify-content: center;
}

/* Text style */
h1 {
    font-family: myFont;
    font-size: 74px;
    color: #0e3b76;
    margin: 0;
    text-shadow: 2px 2px #000000;
}

h2 {
    font-family: cursive;
    font-size: 48px;
    margin: 20px 0 0px;
    color: #0e3b76;
    text-shadow: 1px 1px #000000;
}

h3 {
    font-family: cursive;
    font-size: 40px;
}

h4 {
    font-family: Impact;
    font-size: 36px;
}

p {
    font-family: Georgia;
    font-size: 32px;
    line-height: 1.5;
    text-align: justify;
    display: flex;
    justify-content: left;
}

#middle-align {
    display: flex;
    justify-content: center;
}

#left-align {
    display: flex;
    justify-content: left;
}

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.center-content p {
    text-align: left;
    margin-left: 10vw;
    margin-right: 10vw;
    padding: 20px;
}

.center-content section {
    text-align: left;
    padding: 0px;
    margin: 0px 0px 0px;
}


/*new jeans*/
#right-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 20vw;
    height: auto;
    z-index: 9999;
    margin-top: -6.5vw;
    margin-right: -10vw;
}

#left-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 20vw;
    height: auto;
    z-index: 9999;
    transform: scaleX(-1);
    margin-top: -6.5vw;
    margin-left: -10vw;
}

#right-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20vw;
    height: auto;
    z-index: 9999;
    margin-bottom: -7vw;
    margin-right: -7vw;
}

#left-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20vw;
    height: auto;
    z-index: 9999;
    margin-bottom: -7vw;
    margin-left: -7vw;
    transform: scaleX(-1);
}


#middle-ppg{
    position: absolute;
    bottom: 50%; 
    left: 50%;
    transform: translate(-50%, 50%); 
}
