body{
  color: #282828;
  background-color: whitesmoke;
  font-family: 'Montserrat';
  margin: 0;
  padding: 0;
}

header{
  background-color: #282828;
  color: whitesmoke;
}

.logo{
  size: 18px;
  font-weight: 700;
}

.icon{
  width: 25px;
}

/* nav{
  background-color: #282828;
  display: flex;
} */

ul{
  display: flex;
  padding: 25px;
  list-style: none;
  align-items: center;
  margin: 0;
  gap: 10px;
}

li{
  cursor: pointer;
}

h1{
  size: 40px;
  font-weight: 400;
  margin: 30px 25px;
}

.caption{
  display: flex;
  position: relative;
  margin: 0 25px;
  justify-content: space-between;
  gap: 20px;
}

.item-img{
  width: 100%;
  display: block;
}

.align-right{
  margin-left: auto;
}

.item{
  position: relative;
}

.img-banner{
  position: absolute;
  background-color: #cd6858;
  color: whitesmoke;
  padding: 10px;
  top: 0;
}

button{
  border: none;
  background-color: #cd6858;
  color: whitesmoke;
  padding: 10px 15px;
  font-weight: 700;
  cursor: pointer;
  align-self: center;
}

.chatbox-bg{
  position: fixed;
  bottom: 6px;
  right: 6px;
  border-radius: 50%;
  background-color: #dda15e;
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-shadow: 1px 1px 5px #999;
  display: flex;
}

.chatbox-img{
  width: 50%;
  margin: auto;
}
