.b{
    background-color: rgb(138, 201, 180);
    border-radius: 30px;
    border-color:  rgb(206, 243, 235);
    height: 40px;
    color: aliceblue;
    display: flex;
    align-items: flex-end;
}
.hero {
    position: relative;
    min-height: 100vh; 
    overflow: hidden;
}
.hero {
    min-height: 100vh; 
    background-image: url("various-slices-cakes-on-white-260nw-1007816050.webp");
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    margin: 20px;
    padding: 20px;
    font-weight: 300;
 font-size: 32px;
}

.h{
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 50px;
  font-weight: 120px;
}
.s{
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 50px;
  font-weight: 80;
  margin: 20px;
  padding: 20px;
}
.bu{
border-radius: 30px;
background-color: rgb(240, 215, 250);
color: black;
border-color: rgb(240, 215, 250) ;
}
.t{
  background-color: rgb(97, 212, 212);
  
}
.d
{
  background-color: rgb(231, 179, 220);
}