<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
    max-width: 100%;  
}


body {
    background-color: rgb(215, 236, 255);
    margin: 0;
    
}

.titleDiv{
    background-color: lightblue;
    background-image: url('assets/hongkong.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 250px;
    padding-bottom: 400px;
    opacity: 0;  
    animation: fadeIn 0.5s ease-in forwards;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
  }

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

h1 {
    color: rgb(6, 0, 86);
    font-size: 80px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    opacity: 0;  /* Initially invisible */
    animation: fadeIn 0.5s ease-in forwards;
}

h2 {
    color: navy;
    text-align: center;
    font-size: 25px;
    margin-bottom: 0;
    font-family: 'Times New Roman', Times, serif;
    
}

h3 {
    color: rgb(200, 200, 255);
    text-align: center;
    font-size: 25px;
    font-family: 'Times New Roman', Times, serif;
    
}

h4 {
    color: navy;
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    font-family:'Times New Roman', Times, serif;
    
}

p1 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 8%;
    padding-right: 8%;
    font-family: "Times New Roman", Times, serif;
}

p2 {
    color: white;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    font-family: "Times New Roman", Times, serif;
}

teamPic{
    size: 1px;
  }


pTeam{
    padding-left: 8%;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Times New Roman", Times, serif;
}

pTeam2{
    padding-left: 24px;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Times New Roman", Times, serif;
}

pTeamLarge{
    margin-top: 5px;
    padding-left: 5%;
    display: inline-block;
    width: 100%;
    font-size: 25px;
    text-align: left;
    font-family: "Times New Roman", Times, serif;
    color: rgb(0, 0, 130)
}

.myDiv{
    padding-top: 5px;
    padding-bottom: 8px;
    margin-bottom: 50px;
    margin-top: 40px;
    background-color: rgb(215, 245, 255);
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
}

.teamDiv{
    padding-top: 50px;
    
}

.contactDiv{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(0, 0, 127);
    font-family: Georgia, serif;
}

.topnav {
    background-color: #38acff;
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
  }

  .topnav b {
    float: left;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
  }
  
  .topnav a {
    float: left;
    color: #000000;
    text-align: center;
    padding: 12px 16px;
    font-family: "Times New Roman", Times, serif;
    text-decoration: none;
    font-size: 22px;
  }
  
  .topnav a:hover {
    background-color: hsl(211, 100%, 62%);
    color: black;
  }
  
  .topnav a.active {
    background-color: hsl(211, 100%, 50%);
    color: rgb(0, 0, 0);
  }

.topnav img{
    height: 44px;
}

.google-map {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    
}

.google-map iframe {
    width: 500px;
    height: 300px;
}</pre></body></html>