.containerDiv {
    background: black;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.logoDiv {
    height: 20vh;
    margin: 0px;

}

.logoDiv .col {
    display: flex;
    justify-content: center;
}

.contentDiv {

    width: 99vw;
    height: 59vh;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.contentDiv .outerClockDiv {

    width: 600px;
    height: 195px;
    background-color: #333a47;
    border-radius: 11px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.contentDiv .outerClockDiv .innerClockDiv {



    background-color: #181e23;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.contentDiv .outerClockDiv .innerClockDiv .clockDiv {


    height: 100%;
    display: flex;
    margin: auto;

    align-items: center;
    justify-content: center;
}

.footer {
    position: absolute;
    bottom: 0;

    background-color: rgb(8, 8, 8);
    text-align: center;
    height: 20vh;
}

footer .social {
    width: 100vw;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #4b4c4d;
}

footer .social>a {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 8px;
    opacity: 0.75;
}

.footer-copyright {
    height: 10vh;
    margin: 0%;
    font-size: small;
}

.footer-copyright .copyright {
    padding-top: 3.5vh;
    text-align: center;
    color: #aaa;
    margin-bottom: 0;
}

.footer-copyright a {
    text-decoration: none;
    color: #aaa;
}
.footer-copyright a:hover {
    text-decoration: none;
    color: #aaa;
}
@media only screen and (max-width: 600px) {

    .contentDiv .outerClockDiv {

        height: 275px;
        width: 275px;
    }


    .contentDiv .outerClockDiv .innerClockDiv {
        height: 240px;
        width: 240px;
        margin-right: 10px;
        margin: auto;

    }

    .clock {
        margin: 0px;
    }
    .footer-copyright .copyright {
        padding-top: 3.5vh;
        text-align: center;
        font-size: 13px;
        color: #aaa;
        margin-bottom: 0;
    }

    .logoDiv .col img{
        height: 50%;
        width: 50%;
    }


}


@media only screen and (max-width: 360px) {



    .contentDiv .outerClockDiv {

        height: 240px;
        width: 240px;
    }

.contentDiv .outerClockDiv .innerClockDiv {
        height: 212px;
        width: 212px;
        margin-right: 10px;
        margin: auto;

    }

    .clock {
        zoom: 1.05;
        -moz-transform: scale(1.05);


    }



}