body {
    background: linear-gradient(135deg, #9cc7ff, #7aa8ff);
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    align-items: center;     
    margin: 0;               
}
div{
    background-color: #f4f2f0ba;
    width: 300px;
    height: 370px;
    border-radius: 17%;
    border-style: ridge;
    border-width: 3px;
    border-color: black;
    box-shadow: 10px 5px 5px #304a43;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

div:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

h1{
    font-family: "Comic Sans MS", sans-serif;
    font-size: 28px;
    color:#2131bfd8;
    font-weight: bold;
}

img{
    width:200px;
    height: 200px;

}

article{
    background-color: #010101;
    width: 300px;
    height: 3px;
    border-radius: 12%;
    margin-top:25px
}
