*{
    margin: 0;
    padding: 0;
}

body{
    background-color: rgb(210, 226, 231);
}

.box{
    width: 400px;
    height: 600px;
    background-color: #fff;
    border-radius: 30px;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.box img{
    border-radius: 30px;
    width: 100%;
}

.h1{
    font-style: normal;
    text-align: center;
    bottom: 10%;
    letter-spacing: 1mm;
    padding: 9%;
}

.h3{
    text-align: center;
    color: rgb(178, 190, 201);


}