body{
    padding: 7rem;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem;
    color: aquamarine;
    text-align: center;
    background-color: teal;
    z-index: 9;
}


.box:nth-of-type(odd){
    background-color:  rgb(209, 253, 228);
   
    overflow: hidden;
    position: relative;
    float: left;
    clear:right;
    height: 10em;
    width: 10em;
    max-height: 35vh;
}

.box:nth-of-type(even){

   background-color: rgb(253, 218, 250);
   overflow: hidden;
   position: relative;
   float: left;
   clear:right;
   height: 10em;
   width: 10em;
   max-height: 35vh;
}

.box{
    cursor:help;
}

.box1{
    cursor: col-resize;
}

.box3{
    cursor: crosshair;
}

.box7{
    cursor: ne-resize;
}

.box9{
    cursor: zoom-in;
}

.box2{
    cursor: copy;
}

.box4{
    cursor: vertical-text;
}

.box5{
    cursor: context-menu;
}

.box6{
    cursor: not-allowed;
}

.box8{
    cursor: w-resize;

}

.box10{
    cursor: vertical-text;
}

h2{
    opacity: 0;
    visibility: hidden;
    color: teal;
    padding: 0.5rem;
    position: absolute;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.box11{
    cursor:grabbing;
}

.box11:hover ~ h2{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s linear 0s;

}

.box12{
    cursor: s-resize;
}

.box13{
    cursor: vertical-text;
}
.box14{
    cursor: all-scroll;
}

.box15{
    cursor:grab;
}


p{
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.2em;
    color:  rgb(209, 111, 201);
    opacity: 0;
    visibility: hidden;
    padding: 0.5rem;
    position: absolute;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.box16{
    cursor: wait;
}

.box16:hover ~ p{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s linear 0s;

}

.box17{
    cursor: no-drop;
}

.box18{
    cursor: nwse-resize;
}


.box19{
    cursor: zoom-out;
}

.box20{
    cursor: none;
    position: relative;
    z-index: 1;
}

.box30{
    position: absolute;
    cursor: none;
    top: -10rem;
    left: 60rem;
    color: aqua;
    z-index: 2;
}

.box22{
    cursor: w-resize;
}

.box25{
    cursor: ns-resize;
}

.box26{
    cursor: move;
}

.box27{
    cursor: w-resize;
}

.box28{
    cursor: row-resize;
}

