*{
    box-sizing: border-box;
}

body{
    background-color: rgb(38, 38, 220);
    margin:0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}



body::-webkit-scrollbar {
  display: none;
}

.container{
    background-image: url(jail-bars.png);
    display:flex;
    height:75vh;
    align-items: center;
    object-fit: contain;
    justify-content: space-evenly;
    border-color: black;
    border-width: 2px;
    z-index: 1;
    position:relative;
    
}

.drag-box {
    background-color: rgb(84, 234, 84);
    height:150px;
    width:400px;
    position: absolute;
    top:0;
    padding:10px;
    margin:15px;
    text-align: center;
    border-style: groove;
    border-color: rgb(0, 120, 0);
    border-width: 5px;

    
}

.box-1{
    width:180px;
    height:180px;
    overflow:hidden;
    border-radius: 60px;
}

.box-1 img{
width:180px;
height:180px;
object-fit: contain;
}

.box-2{
    width:180px;
    height:180px;
    overflow:hidden;
    border-radius: 60px;
}

.box-2 img{
    width:180px;
    height:180px;
    object-fit:contain;
}

.box-3{
    width:180px;
    height:180px;
    overflow:hidden;
    border-radius: 60px;
    z-index: 1;
}

.box-3 img{
    width:180px;
    height:180px;
    object-fit: contain;
     z-index: 1;
}

.escape-jail{
    width:100vw;
    overflow: hidden;
     object-fit:contain;
}

.soccer-image {
    width:100vw;
    object-fit:contain;
    z-index: 0;
}

.pop-up{
    background-color: rgb(84, 234, 84);
    position:fixed;
    top:50%;
    left:50%;
    translate: -50% -50%;
    border:1px solid;
    display:none;
    height:230px;
    width:300px;
    font-size: 28px;
    text-align: center;
    border-style: groove;
    border-color: rgb(0, 120, 0);
    border-width: 4px;
}

.reveal-btn{
    position:fixed;
    top:0;
    right:0;
    justify-content: center;
    background-color: rgb(10, 134, 10);
    
}

 .resizable { 
    width: 150px;
     height: 150px; 
     padding: 0.5em;
    background-color: rgb(0, 120, 0);
     }

  .resizable h3 { 
    text-align: center; 
    margin: 0; 

}
