body{
    background-image: url(./ImagesLogo/psu-front3.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}

.palawan-container{
    display:grid;
    height: 100vh;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 0.5fr 2.5fr 2.1fr ;
    grid-template-areas: "nav nav nav nav"
    "upper upper upper upper"
    "centered centered centered centered"
    "footer footer footer footer";
    grid-gap: 0.2rem;
    font-family: sans-serif;
    font-weight: 800;
    color: black;
    
}
nav{
    
    background-color: rgb(255, 255, 255);
    padding: 45px;
    grid-area: nav;
}
nav ul li{
    list-style: none;
}
.imagelogo{
    height: 10%;
    max-width: 100%;
}
.imagelogo{
    height: 90px;
    width: 90px;
    margin-top: -45px;
}
.imagelogo2{
    height: 100%;
    max-width: 100%;
}
.imagelogo2{
    height: 310px;
    width: 350px;
    margin-top: 20px;
}
.imagelogo3{
    height: 10%;
    max-width: 100%;
}
.imagelogo3{
    height: 200px;
    width: 500px;
    margin-right: -340px;
    margin-top: -150px;
}
.context{
   margin-left: 110px;
   margin-top: -100px;
   color: black;
   font-family: "Poetsen One", sans-serif;
   font-weight: 400;
   font-style: normal;

}

.academaide{
        display: flex;
        justify-content: flex-start;
        font-family: "Briem Hand", cursive;
        font-size: 30px;
        margin-top: -26px;
}
.upper2{
    margin-top: -50px;
}
.acadam{
    padding: 10px;
    margin-top: 60px;
    margin-left: 150px;
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;

}
.upper{
    margin-top: 30px;
    background-color: #322C2B;
    color: white;
    opacity: .9;
    grid-area: upper; 
}
.ewan{
    margin-top: -30px;
    margin-left: 70px;
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
   color: rgb(245, 242, 242);
}
.ewan2{
    display: flex;
    justify-content: flex-end;
    
}
.centered{
    background-color: rgba(108, 151, 147, 0.471);
    grid-area: centered; 
}
.samples{
    display: flex;
    justify-content: center;
    background-color: rgb(210, 115, 115);
}

.footer{
    background-color: rgba(108, 151, 147, 0.471);
    grid-area: footer; 
}

.padding{
    display: flex;
    justify-content: center;
    color: white;
    padding: 20px;
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: rgb(147, 104, 104);
}
.container3{
    background-color: red;
    padding: 20px;
}
#ediwow{
    margin-top: -1060px;
}
#ediwow2{
    padding-left: 20px;
}
