body {
    margin: 0;
}
/* Header */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 10px;
}

.menu {
    list-style: none;
}

a{
    text-decoration: none;
    color: rgb(100, 100, 100);
    padding: 10px;
}

a:hover {
    color: #14BBB0 ;
}

li{
    display: inline;
}

/* Hero */
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#hero-image {
    width: 100%;
    height: 100%;
}
.body1 {
    width: 70%;
    margin: 0;
    padding-bottom: 1rem;
}

/* Featured section */
.hero2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#hero-image2 {
    width: 100%;
    height: 100%;
}

/* Review Section */
h3{
    padding: 0 10px;
    margin: 0;
}
.profile-img{
    width: 30px;
    height: 30px;
}
.profile {
    display: flex;
    align-items: center;
}
.body2 {
    padding-right: 1rem;
}
.reviews {
    display: flex;
    margin: 0 1rem;
}
h2 {
    text-align: center;
    margin-bottom: 2rem;
}

/* footer */
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.socialmedia {
    padding: 1rem;
}