﻿
#logocontainer {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    height: 650px;
    position: absolute;
}

#accountant {
    margin: 0;
    position: absolute;
    top: 67%;
    left: 5%;
    width: 15%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

#parents {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 15%;
    width: 15%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}

#admin {
    margin: 0;
    position: absolute;
    top: 30%;
    left: 30%;
    width: 15%;
    transform: translate(-50%, -50%);
}

#librarian {
    margin: 0;
    position: absolute;
    top: 22%;
    left: 50%;
    width: 15%;
    transform: translate(-50%, -50%);
}

#students {
    margin: 0;
    position: absolute;
    top: 30%;
    left: 72%;
    width: 15%;
    transform: translate(-50%, -50%);
}

#management {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 85%;
    width: 15%;
    transform: translate(-50%, -50%);
}

#teacher {
    margin: 0;
    position: absolute;
    top: 67%;
    left: 95%;
    width: 15%;
    transform: translate(-50%, -50%);
}

#Retina1, #Retina2 {
    animation-name: blink;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    transform-origin: 50%;
}

@keyframes blink {
    0% {
        transform: scaleX(1) scaleY(1);
    }

    1% {
        transform: scaleX(1.3) scaleY(0.1);
    }

    2% {
        transform: scaleX(1) scaleY(1);
    }

    60% {
        transform: scaleX(1) scaleY(1);
    }

    61% {
        transform: scaleX(1.3) scaleY(0.1);
    }

    62% {
        transform: scaleX(1) scaleY(1);
    }

    100% {
        transform: scaleX(1) scaleY(1);
    }
}

#sanky {
    margin: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    z-index: -5;
}

#retina {
    width: 50%;
    margin: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 50%;
    z-index: -4;
    transform: translate(-50%, -50%);
}
