body, html {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif; 
    background-color:whitesmoke;
    text-align: center;
}

.image img {
    width: 33%;
    height: auto;
}

.texts {
    font-size: 0.77rem;
    line-height: 0.3rem;
    color: #523C90;
}