body {
    height: 100vh;
    min-height: 720px;
    margin: 0;
    scroll-behavior: smooth;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.container {
    display: block;
    height: 100%;
    position: relative;
    max-width: 700px;
    padding: 30px 20px 20px 20px;
    margin: 0 auto;
}
.header {
    font-size: 20px;
    line-height: 27px;
    color: rgba(141, 0, 190, 1);
    border-bottom: 1px solid rgba(141, 0, 190, 1);
    padding-bottom: 11px;
}
.content {
    color: black;
    padding: 20px 0;
    line-height: 19px;
    font-weight:300;
}
.content a {
    color: rgba(141, 0, 190, 1);
}