*{
    margin: 0;
    padding: 0;
}
.Header h1{
    color: white;
    text-align: justify;
    margin-left: 25px;;
    margin-bottom: 20px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-style: normal;
    font-size: 2.813rem;
}
.Header h2{
    color: white;
    text-align: justify;
    margin-left: 25px;;
    margin-bottom: 20px;
    font-family : sans-serif;
    font-style: normal;
    font-weight: 50;
    font-size: 1.25rem;
}
.Header h3{
    color: white;
    text-align: justify;
    margin-left: 25px;;
    margin-bottom: 20px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 50;
    font-size: 1.1rem;
}
.Header {
    background-color: rgb(50, 120, 120);
    height: auto;
    width: auto;
    display: flex;
}
.Header img{
    height: auto;
    width: 99.6%;
    margin-left: 5px;
}

.body{
    background-color: rgb(50, 120, 120);
    height: auto;
    width: auto;
    margin: 20px;
    padding: 100px;
}

.body h1{
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 3rem;
}

.body h2{
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-style: normal;
    font-weight:500;
    font-size: 1.5rem;
    margin-top: 40px;
}

.body ul{
    color: white;
    text-align: justify;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 50;
    font-size: 1.2rem;
    margin-top: 20px;
}

.body ul li b{
    font-weight: 800;
}

.gallery{
    background-color: rgb(207, 175, 124);
    text-align: center;
    height: auto;
    width: auto;
    padding: 60px;
}
.gallery h1{
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 50px;
}
.gimg{
    height: auto;
    width: auto;
    display : flex;
    justify-content: center;
}

#g1{
    height: 250px;
    width: auto;
    margin-bottom: 20px;
    margin-right: 20px;
}
#g2{
    height: 250px;
    width: auto;
    margin-bottom: 20px;
    margin-right: 20px;
}
#g3{
    height: 250px;
    width: auto;
    margin-bottom: 20px;
    margin-right: 20px;
}
#g4{
    height: 250px;
    width: auto;
    margin-bottom: 20px;
    margin-right: 20px;
}
#g5{
    height: 250px;
    width: auto;
    margin-bottom: 20px;
    margin-right: 20px;
}
#g6{
    height: 250px;
    width: auto;
    margin-bottom: 20px;
    margin-right: 20px;
}