title { font-size: 20px;
    color: #160042;
    font-family: Inter,
    sans-serif; font-weight: 700;
}

h1 { font-size: 40px;
    color: #160042;
    font-family: Inter,
    sans-serif; font-weight: 700;
}

h2 { font-size: 24px;
    color: #160042;
    font-family: Inter,
    sans-serif; font-weight: 700;
}

p { font-size: 16px;
    line-height: 28px;
    color: #160042;
    font-family: Inter,
    sans-serif; font-weight: 400;
}

body {
    padding-top: 5%; padding-bottom: 5%; padding-left: 10%; padding-right: 10%;
    max-width: 1200px;
}