* {
    font-family: "Roboto", sans-serif;
    color: #008092;
    font-weight: 500;
    font-size: 1.35rem;
}
body {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    margin: 0;
}
.box {
    /* width: fit-content; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
}
.image {
    padding: 0 1rem;
}
.image img {
    max-width: 540px;
    width: 100%;
}
.text {
    text-align: center;
    padding: 0 1rem;
}