* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    background-color: aliceblue;
}

#emoji {
    color: black;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
}


.w-100 {
    height: 100vh;
    object-fit: cover;
}


.data,
.card-data {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.nav-item a ,
.data ,
.card-data ,
.card-body,
#About us,
footer{
    color: black;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}