*{
    background-color: hsl(228, 69%, 89%);
}
.body{
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction : column;
}

.box{
    background-color: white;
    height: 550px;
    width: 450px;
    display: flex;
    /* flex-direction: column;  */
    justify-content: center;
    border-radius: 10px;
        align-items: center;
        padding : 30px 10px;
    
}

.inner-box{
    height: 400px ;
    width: 400px;
    border-radius: 10px;
     
    object-fit: cover;       
}

.updown{
    display: flex;
    flex-direction: column;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

p{
    background-color: white;
    display: flex;
    justify-content: center;
    font-size: 25px;
      text-align: center;
}
.small-p{
    background-color: white;
    display: flex;
    justify-content: center;
    font-size: 15px;
    padding: 10px;
      text-align: center;
}