body{
    font-family: 'inter', sans-serif;
    background-color: E8EBF2;
    margin: 0;
}

.header {
    background-color: 2540D9;
    height: 10%;
}

.header-img{
    width: 25px;
    height: 25px;
    padding-right: 15px;
}

.header-title{
    padding-top: 48px;
    padding-left: 20px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    position: absolute;
}

nav {
    background-color: 2540D9;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 600;
    color: white;
}

ul {
    display: flex;
    list-style-type: none;
}

li {
    margin: 30px;
}

a {
text-decoration: none;
color:white;
}

.hero {
    width: 100%;
    height: 55%;
    background-image: url('../image/Hero.jpg');
    background-size: cover;
    display: flex;
}

.gallery {
    background-color: E8EBF2;
    color:2540D9;
    width: 100%;
    height: 30%;

}

.box {
    margin: 1rem;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 1rem;

}

.box-image1 {
    padding-top: 20px;
    width: 180px;
    height: 30px;
}

.box-image2 {
    padding-top: 20px;
    width: 85px;
    height: 30px;


}

.row {
    width: 100%;
    height: 100%;
    display: flex;

}


footer {
    width: 100%;
    height: 5%;
    background-color: 5D75F1;
    color: white;
    font-size: 10px;
    padding-left: 20px;
    padding-top: 20px;

}

.footer-img1{
    width: 30px;
    height: 30px;
    padding-right: 12px;
}

.footer-img2{
    width: 30px;
    height: 30px;
    padding-right: 40vw
}
