body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100vh;
    width: 100vw;
    background-color: #D6E1F0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

img {
    height: 300px;
    width: 300px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.secondcontainer {
    background-color: #fff;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 550px;
    width: 340px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.h {
    font-size: 29px;
    font-weight: thiner;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

.p {
    font-size: 15px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;

}
