<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0;
    margin: 0;
}
body{
    font-family: serif;
}













  /* Navbar &amp; Navmenu color */
  :root {
    --background-navbar:rgba(98, 98, 106, 0.98);
  }
  
  .header2 {
    background: var(--background-navbar);
    position: fixed;
    width: 100%;
    height: 52px;
  }
  
  /* Nav items */
  .menu {
    list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 52px;
    padding: 0 0 10px 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
  }
  
  /* Hamburger menu button */
  .menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  /* Hamburger menbu text */
  .menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #ddd;
    opacity: 0;
    transition: 0.5s;
  }
  
  .menu li {
    border-top: 1px solid rgb(75, 75, 75);
    padding: 15px 0;
    margin: 0 54px;
    opacity: 0;
    transition: 0.5s;
  }
  
  .menu-btn:checked ~ .menu a,
  .menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  }
  
  .menu-btn {
    display: none;
  }
  
  .menu-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 24px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  
  .navicon {
    background: #ddd;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  .navicon:before,
  .navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #ddd;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  
  .navicon:before {
    top: 9px;
  }
  
  .navicon:after {
    bottom: 9px;
  }
  
  /* Hamburger Menu Animation Start */
  .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
  }
  
  .menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  /* Hamburger Menu Animation End */
  
  /* Navbar Container */
  .navtext-container {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Navbar Text */
  .navtext {
    position: absolute;
    text-transform: uppercase;
    color: #ddd;
    letter-spacing: 4px;
    font-size: 20px;
  }














header{
  background-color:rgb(249, 250, 252);
    text-align: center;
    width: 100%;
    margin: 0 auto;
    
}
h1{
    font-size: 35px;
}
@media(max-width:480px){
     h1{
        font-size: 20px;
    }
    
}
header p{
    font-size: 25px;
    color: rgb(130, 133, 134);
}

aside h1{
    font-size: 30px;
    text-align: center;
    padding: 30px;
}
@media (max-width:480px){
    aside h1{
        font-size: 15px;
        text-align: center;
        padding: 15px;
    }   
}
header nav ul{
    display: flex;
    justify-content: space-around;
    list-style: none;
}
@media (max-width:480px) {
    header nav ul{
      list-style: none;  
      font-size: 10px;
      flex-direction: column;
    }
}
header nav ul li a:hover{
    color: cornflowerblue;
}
header nav ul li a{
    color: black;
    text-decoration: none;
    font-size: 20px;
}






.hero figure img{
    width: 100%;
}

main .about .container{
    text-align: center;
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}

p{
    text-align: center;
}
.access{
	text-align: center;
}

   


@media(max-width:480px){
    iframe {
      padding:0;
      width:100%;
      overflow:hidden;
      border:none;
    }

}

aside h2{
    padding: 30px;
    text-align: center;
}


aside .program  {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    font-size: 15px;
}
aside .main table{
    padding-top: 10px;
}

.btm{
    text-align: center;
}
.btn{
    
    background-color: rgb(186, 188, 188);
    display: inline-block;
    padding: 10px 80px;
    border: 2px solid black;
    border-radius: 80px;
    color: black;
    text-decoration: none;
    
}
.btn:hover{
    background-color: rgb(97, 101, 101);
}


footer{
    text-align: center;
    margin-top: 30px;
    background-color: aliceblue;
    width: 100%;
}




</pre></body></html>