body {
    font-family: Arial, sans-serif;
    margin: 0;
}

header {
    background: #DEF9C4;
    color: #ffffff;
    padding: 0.5rem;
    text-align: right;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0.5rem;
}

nav ul li a {
    color: #000000;

}

h1, h2 {
    color: #333;
}

ul {
    list-style: disc inside;
}

.project {
    margin-bottom: 1.5rem;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    position: relative;
    background-color: #9CDBA6;
}

.image {
    width: 100%;
    height: 100%;
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "MN Khamin";
    font-size: 40px;
    text-shadow: 4px 4px 0 #000000;

}
h1{
    color: #0ed8a5;
}

.container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #9CDBA6;
    margin: 0;
}
.image1 {
    max-width: 250px;
    height: auto;
    margin-right: 100px; 
    padding: 3rem ;
}
.text1 {
    color: #000000;
    font-size: 30px;
    font-family: "MN Khamin";
    
}

.container2 {
    background-color: #50B498;
    margin: 0;

}

.text2 {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    font-family: "MN Khamin";
    padding: 0.5rem;
    text-align: center;


}
h2{
    text-shadow: 4px 4px 0 #000000;
    font-family: "MN Khamin";
    text-align: center;
    color: #e9ad09;
}

.container3 {
    background-color: #2b9174;
    margin: 0;

}
.text3 {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    font-family: "MN Khamin";
    padding: 0.5rem;
    text-align: center;
}

.container4 {
    background-color: #468585;
    margin: 0;
}

.text4 {
    text-align: center;
    color: #ffffff;
    font-size: 25px;
    font-family: "MN Khamin";
    padding: 0.5rem;
    text-align: center;
}

footer {
    background: #132929;
    padding: 2rem;
}

.container5 {
    display: flex;
    justify-content: center;
    background-color: #468585;
}

.imageprojects{
    width: 250px;
    height: auto;
    padding: 4rem;
}

