* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


.floory {
    text-align: center;
    text-shadow: none;
    font-size: 50px;
    color: #000;
}

.floorPlans {
    width: 500px;
    height: 500px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 30px;
    margin: 30px;
}



/*.paras {
    position: relative;
}

.para {
    position: absolute;
}*/

.paraOne {
    bottom: 63%;
    left: 20%;
    position: absolute;
}

.paraTwo {
    bottom: 63%;
    right: 20%;
    position: absolute;
}

.paraThree {
    bottom: -25%;
    left: 20%;
    position: absolute;
}

.paraFour {
    bottom: -25%;
    right: 20%;
    position: absolute;
}

.paraFive {
    bottom: -110%;
    left: 20%;
    position: absolute;
}

.paraSix {
    bottom: -110%;
    right: 20%;
    position: absolute;
}

.floor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    padding: 80px;
}

.floorPlans:nth-child(2) {
    transform: rotate(90deg);
}

.floorPlans:nth-child(3) {
    transform: rotateY(180deg);
}

.floorPlans:nth-child(4) {
    transform: rotate(180deg);
}

.floorPlans:nth-child(5) {
    transform: rotate(270deg);
}