<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}

.maketop-jumbotron{
    margin-top:-20px;
}

.main-image{
    color:white;
}

.changeContent:after{
    content: '';
    animation: changetext 15s infinite linear;
    color: #ed3237;
}

.review-font{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

@keyframes changetext{
    0%{Content:"MAID";}
    20%{Content:"NURSE";}
    35%{Content:"BABYSITTER";}
    60%{Content:"WARD BOY";}
    80%{Content:"AAYA";}
    100%{Content:"COOK";}
    }

.bullets-style{
    text-align:left;
}
.bullets-highlight{
    background-color:#5a5d5c;
}

.checked-google-review {
  color: orange;
}

img.image-center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.feedback-style{
     font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-size:smaller;
     font-style:italic;
}</pre></body></html>