body {
    background-color: white;
    display: flex;
    justify-content: center;
}

div {
    font-family: "Tinos", serif;
    font-style: normal;
    font-size: 28px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    position: absolute;
    margin: 20px;
}

p {
    margin: 5px;
    padding-left: 80px;
    text-align: left;
}