    body {
        overflow: hidden;
        height: 100vh;
    }
    
    svg {
        width: 400px;
        height: 400px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    * {
        font-family: 'Josefin Sans', sans-serif;
        color: white;
        font-family: 'Roboto', sans-serif;
    }
    
    .clock-title h1 {
        font-size: 50px;
        letter-spacing: 10px;
    }
    
    .clck {
        width: 100%;
        display: block;
        text-align: center;
    }
    
    .clck .fll {
        width: 500px;
        height: 500px;
        /* border: 1px solid white; */
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .clck .fll .linecntr {
        width: 129px;
        position: absolute;
        left: 50%;
        background-color: white;
        top: 50%;
        height: 2px;
        z-index: 3;
    }
    
    .clck .fll .linecntr-move-cont {
        position: absolute;
        width: 300px;
        height: 300px;
        left: 0px;
        animation: rotate 12s infinite steps(12);
        top: 0px;
        z-index: 2;
    }
    
    .clck .fll .linecntr-move {
        width: 210px;
        position: absolute;
        left: 50%;
        background-color: white;
        top: 50%;
        height: 2px;
    }
    
    .clck .fll .linecntr:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: white;
        left: -3px;
        top: -5px;
        border-radius: 5px;
    }
    
    @keyframes rotate {
        100% {
            transform: rotateZ(360deg);
        }
    }
    
    .clck .fll .linecntr-move-cont {
        position: absolute;
        width: 500px;
        height: 500px;
        left: 0px;
        animation: rotate 12s infinite steps(12);
        top: 0px;
        z-index: 99;
    }
    
    section.clock {
        height: 100vh;
    }
    
    .clock-title {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 3;
    }
    
    section.clock {
        height: 100vh;
        background: black;
    }
    
    .line {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        /* background: url(circle-bg1.png); */
        z-index: 999999;
        background-size: contain;
    }
    
    .line1 {
        position: absolute;
        width: 2px;
        height: 98%;
        top: 1%;
        left: 50%;
        background: white;
    }
    
    .line2 {
        position: absolute;
        width: 98%;
        height: 2px;
        top: 50%;
        left: 1%;
        background: white;
    }
    
    .line3 {
        position: absolute;
        width: 2px;
        height: 98%;
        top: 1%;
        left: 50%;
        background: white;
        transform: rotate(30deg);
    }
    
    .line4 {
        position: absolute;
        width: 98%;
        height: 2px;
        top: 50%;
        left: 1%;
        background: white;
        transform: rotate(30deg);
    }
    
    .line5 {
        position: absolute;
        width: 2px;
        height: 98%;
        top: 1%;
        left: 50%;
        background: white;
        transform: rotate(60deg);
    }
    
    .line6 {
        position: absolute;
        width: 98%;
        height: 2px;
        top: 50%;
        left: 1%;
        background: white;
        transform: rotate(60deg);
    }
    /* .linebg {
        position: absolute;
        width: 88%;
        height: 88%;
        display: block;
        background: #055b9f;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    } */
    
    #myVideo {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        filter: opacity(35%);
        display: block;
    }
    /* .v1-bg
      {
        
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background: #66339985;
            content: '';
            z-index: 1;
        
      } */
    /* 
    robby css */
    
    .jumbotron.view-all {
        display: none;
    }
    
    .jumbotron.view-all.act {
        display: block;
    }
    
    .steve-logo img {
        width: 100%;
    }
    
    h3.bottom {
        position: absolute;
        bottom: -24px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 22px;
    }
    
    h3.left {
        position: absolute;
        left: 0;
        top: 41%;
        transform: translateX(-50%);
        font-size: 22px;
    }
    
    h3.right {
        position: absolute;
        right: 0;
        top: 41%;
        transform: translateX(50%);
        font-size: 22px;
    }
    /* h3.top {
    position: absolute;
    top: -24px;
    transform: translateX(50%);
} */
    /* js */
    
    a {
        text-decoration: none;
        z-index: 9999;
    }
    
    h3 {
        font-size: 18px!important;
        letter-spacing: 1px;
    }
    
    h3.top {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: -25px;
    }
    
    a {
        color: white;
    }
    
    .sidenav {
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #304895;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        z-index: 999999999999999999999;
    }
    
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
        font-size: 20px;
        font-family: 'Roboto', sans-serif;
        white-space: nowrap;
        color: #ffffff;
    }
    
    .sidenav a:hover {
        color: #f1f1f1;
    }
    
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    
    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }
        .sidenav a {
            font-size: 18px;
        }
    }
    
    .steve-menu span {
        z-index: 99999999;
        position: absolute;
        top: 4%;
        opacity: 1;
    }
    
    footer {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        background: #0000006b;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 6px 0px 0px 0px;
    }
    
    footer h5 {
        font-size: 13px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }
    
    svg {
        width: 550px;
        height: 550px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    section.msg {
        padding: 139px 0px 30px;
        min-height: 100vh;
    }
    
    .msg * {
        color: black;
    }
    
    @media(max-width:550px) {
        section.clock {
            height: 100vh;
            background: black;
            background: url(steve-bg.jpg);
            background-position: center;
            background-size: cover;
            box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.4);
        }
        .chairman-image {
            text-align: center;
            margin-bottom: 19px;
        }
        #myVideo {
            display: none;
        }
        h3 {
            font-size: 13px!important;
            letter-spacing: 1px;
        }
        .clck .fll .linecntr-move-cont,
        .clck .fll {
            width: 200px;
            height: 200px;
        }
        .clck .fll .linecntr {
            width: 55px;
        }
        .clck .fll .linecntr-move {
            width: 63px;
        }
        svg {
            width: 250px;
            height: 250px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
    }