@import url('https://googleapis.com');
@import url('https://fonts.cdnfonts.com/css/norwester');

body{
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
    font: 20px;
    gap: 5vh;
    text-align: justify;
}

.image{
    margin: 0;
    padding: 0;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image img{
    height: auto;
    scale: 0.5;
}

.heading{
    font-size: 25px;
    font-family: "Norwester", sans-serif;
    text-align: center;
}

.about{
    display: flex;
    flex-direction: column;
    gap: 2vh;
}

.cont{
    display: flex;
    flex-direction: column;
    gap: 2vh;
}
.abt1{
    font-family: "Norwester", sans-serif;
    font-size: 20px;
    text-align: center;
}

.ho1{
    font-size: 15px;
    font-family: "Norwester", sans-serif;
    text-align: center;
}

.img{
    margin: 0;
    padding: 0;
    height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img img{
    height: auto;
}

.host{
    display: flex;
    flex-direction: column;
    gap: 2vh;
}

.title{
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: red;

}