﻿.ConsistentComcontainer {
    position: relative;
    width: fit-content;
    height: 400px;
    box-shadow: 0px 0px 90px -15px #7f3df8;
}

.ConsistentComgif { 
    left: 220px;
    border-radius: 90px; 
    position: absolute;
    width: 130px;
    height: 80px;
    top: 160px;
}

.ConsistentComQuery-box1 {
    position: absolute;
    top: 80px;
    right: 50px;
    width: 140px;
    height: 35px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}

.ConsistentComQuery-box2 {
    position: absolute;
    bottom: 110px;
    right: 50px;
    width: 140px;
    height: 35px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}

.ConsistentComQuery-box3 {
    position: absolute;
    top: 80px;
    left: 40px;
    width: 140px;
    height: 35px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}

.ConsistentComQuery-box4 {
    position: absolute;
    bottom: 110px;
    left: 40px;
    width: 140px;
    height: 35px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}

.ConsistentComResponse-box1 {
    position: absolute;
    top: 110px;
    right: 50px;
    width: 140px;
    height: 60px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}

.ConsistentComResponse-box2 {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 140px;
    height: 55px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}

.ConsistentComResponse-box3 {
    position: absolute;
    top: 110px;
    left: 45px;
    width: 140px;
    height: 60px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}

.ConsistentComResponse-box4 {
    position: absolute;
    bottom: 50px;
    left: 45px;
    width: 140px;
    height: 55px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}



