
body {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: lightgray;
    font-size: 16 px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50 !important;
}

.text-center {
    text-align: center;
}

.iconCronos {
    width: 4rem;
    height: 4rem;
    border-radius: 15%;
    margin-right: 1rem;
}

.containerIcon {
    display: flex;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
}

p {
    text-align: justify;
}