html, body
{
	margin: 0;
    padding: 0;
    height: 100%;
    scroll-behavior: smooth;
}


main
{
	padding:100px 0px 0px 0px;
}

.Massages-text
{
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 1em;
  font-weight: normal;
}


.bg-Massages
{
	background-color: white !important;
}

.Massages-Img
{
  max-height: 600px;
  height: auto;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.50);
  filter: brightness(1.05) contrast(0.95) saturate(1.1);
}

.bubble-Massages-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.bubble-Massages-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.bubble-Massages-img:hover {
  transform: scale(1.1);
}


.card {
    border: 2px dashed red !important;
  }
  .card * {
    outline: 1px dotted blue;
  }



