* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: rgb(251, 251, 253);
}

* h1 {
    text-align: center;
    font-family: julius sans-serif;
    color: rgb(32, 32, 32);
    font-size: 2,5em;
    font-weight: normal;
}

* h2 {
    font-family: julius sans-serif;
    color: rgb(32, 32, 32);
    font-size: 1.5em;
    font-weight: normal;
}

* p {
    font-size: lora;
    color: rgb(54, 54, 54);
    font-size: 1.0em;
    font-weight: lighter;
    padding: 5px 20px 5px 0px;
}

* em {
    font-size: lora;
    color: rgb(54, 54, 54);
    font-size: 1.1em;
}

.imp {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #fef3f4;
    padding: 20px 0 50px 30px;
}