* {
    margin: auto;
  max-width; 500px;
    padding: 0;
 text-align: center;    
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}




body {   
  background-image: url("https://www.vidcam.com.au/images/bground.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
 }

h4 {
font-size: 30px;
 font-family: Leelawadee UI Bold, "Lucida Console", "Courier New";
font-color: blue;
    }

.container {
	display: flex;
    font-size: 20px;
    height: 10vh;
    }

.navbar {

    margin: auto;
    padding: 0.5rem 1.5rem;
    background: #FF7F50;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-link, .drop-down li {
    list-style: none;
    height: 100%;
    padding: 0.5rem 1rem;
    font-weight: 600;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: currentColor;
}

.drop-down {
    position: absolute;
    padding: 0.5rem 0;
    margin: 0.5rem -0.5rem;
    background: antiquewhite;
    color: black;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    font-size: 12px;
    display: none;
}

.nav-link:hover {
    background-color: black;
    color: #fff;
    border-radius: 0.5rem;
}

.services:hover .drop-down {
    display: block;
}

.services a {
    display: flex;
    align-items: center;
}

.services .dropdown-icon {
    font-size: 18px;
    position: relative;
    right: -5px;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out all;
}

.services:hover .dropdown-icon {
    transform: rotate(180deg);
}

.drop-down li:hover {
    background: black;
    color: #fff;
    border-radius: 0.5rem;
}

th {
  text-align: center;
  
  border-radius: 5px;
  background: black;
    color: #fff;
}

td {

  text-align: center;
  border-radius: 5px;
}
tr {
  
  color:blue;
}