﻿.AccurateInfocontainer {
    position: relative;
    width: fit-content;
    height: 400px;
    box-shadow: 0px 0px 90px -15px #7f3df8;
}


.accurateinfogif {
    bottom: 125px;
    left: 40px;
    position: absolute;
    width: 200px;
    height: 150px; 
    border-radius: 20px;
}

.AccurateInfoQuery-box1 {
    position: absolute;
    top: 80px;
    right: 95px;
    width: 140px;
    height: 35px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}

.AccurateInfoQuery-box2 {
    position: absolute;
    bottom: 135px;
    right: 95px;
    width: 140px;
    height: 35px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}

.AccurateInfoResponse-box1 {
    position: absolute;
    top: 115px;
    right: 95px;
    width: 140px;
    height: 110px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}

.AccurateInfoResponse-box2 {
    position: absolute;
    bottom: 95px;
    right: 95px;
    width: 140px;
    height: 35px;
    transition: all 2s ease-in-out;
    background-color: #d9ffff;
}