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

.rubrik{
    background-color: rgb(83, 148, 252);
    border: 5px solid black;
    border-radius: 5px;
    text-align: right;
    font-size: 33px;
}

.text-px{
    font-size: 22px;
    display:flex;
    flex-direction: column;
    align-items: center;
}

.text-procent{
font-size: 200%;
}

.roboto-slab {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style:normal;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style:normal;
}

h2 {
    font-family: 'Island Moments', cursive;
    font-weight: 400;
    font-style: normal;
}

p {
    font-family: 'Hanalei Fill', system-ui;
    font-weight: 400;
    font-style: normal;
}