/* 
.box{
    max-width: 800px;
    min-width: 300px;

}








  .box > img {  
    width: 100%;
    height: 400px; */






/* 
body{
    margin: 0px; */
/* } */



.main {
    background-color: aqua;
    margin: auto;
}

.content {
    display: inline-block;
    background-color: blue;
    width: 300px;
    height: 300px;

    /* min-height: 100px;
    max-height: 300px; */
    overflow-y: hidden;
    padding: 10px 10px 10px 10px;
    text-align: center;
    /* border-width: 10px;
    border-color: black;
    border-style: groove; */
    border: 10px solid black;
    margin: 10px;
    /* margin: 0px auto; */
    border-radius:1500px;


}

.hide {
   visibility: hidden;
}