        #activeabout{
            background-color: #062B5B;
            padding: 30px 26px;
            border-radius: 66px;
        }

        #logo{
            position: absolute;
            top: 0;
            left: 0;
        }
        #about{
            text-align: center;
        }
        .some{
            color: #062B5B;
        }
        body{ 
        height: 125vh;  
        margin-top: 80px;  
        padding: 30px;  
        background-size: cover;  
        font-family: sans-serif; 
        align-items: center;
        align-content: center; 
        }  
        header {  
        background-color: rgb(255, 106, 0);  
        position: absolute;  
        left: 0;  
        right: 0;  
        top: 0;  
        height: 100px;  
        display: flex;  
        align-items: center;  
        box-shadow: 0 0 25px 0 black;  
        }  
        header * {  
        display: inline;  
        }  
        header li {  
        margin: 20px;  
        }  
        header li a {  
        color: #F8F4DD;  
        text-decoration: none;
        text-align: center;  
        }  
        * {box-sizing: border-box;}
        img {vertical-align: middle;}
        .mySlides{
            height:auto;
            width:50%;
            align-items: center;
            left: 10;
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 50%;
        }
        /* Slideshow container */
        .slideshow-container {
        max-width: 1000px;
        position:relative;
        margin: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        }

        /* Caption text */
        .text {
        color: rgb(255, 106, 0);
        font-size: 15px;
        padding: 8px 12px;
        position: relative;
        bottom: 8px;
        width: 100%;
        }
        /* The dots/bullets/indicators */
        .dot {
        height: auto;
        width: 100%;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
        align-items: center;
        }

        .active {
        background-color: #717171;
        }

        /* Fading animation */
        .fade {
        animation-name: fade;
        animation-duration: 1.5s;
        }

        @keyframes fade {
        from {opacity: .4} 
        to {opacity: 1}
        }

        /* On smaller screens, decrease text size */
        @media only screen and (max-width: 300px) {
        .text {font-size: 11px}
        }
        #heading{
            text-align: center;
        }
        #abouttext{
            font-size: large;
        }
        .something{
            padding: 10px 10px 10px 10px;
        background-color: #062B5B;
        color: #F8F4DD;
        border-radius: 66px;            
        }
        .team img{
            width: 90%;
        }
        .team{
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            grid-template-areas:
              "img1 img2 img3 img4"
              "text text text text";
              grid-gap: 25px;
        }
        .go{
            border-radius: 66px;
            padding: 10px 10px 10px 10px;
            background-color: #062B5B;
            color: #F8F4DD;
        }
        .thing{
            display: block;
            width: 50%;
            margin-left: auto;
            margin-right: auto;
        }