body {
    background-color: rgba(246, 247, 248, 1);
    margin: 0;
    font-family: "Inter";
    font-weight: 400;
}

.content {
    margin: 45px 0 0 328px;
    max-width: 1014px;
    min-width: 280px;
}

h1 {
    font-size: 61px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 37px;
    text-decoration: none;
    z-index: 1;
}

h2 {
    font-size: 27px;
    font-weight: 700;
}

h3 {
    font-size: 16px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    font-weight: 700;
}

ol h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

ol {
    counter-reset: item;
    padding-inline-start: 0;
}

ol > li {
    list-style: none;
    position: relative;
    padding-left: 40px;
}

ol > li::before {
    content: counter(item) ".";
    counter-increment: item;
    font-size: 27px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}

ol p {
    margin: 0;
}

p {
    font-size: 16px;
}

ul li {
    margin: 20px 0 10px 0;
}

.highlight {
    color: rgba(41, 171, 226, 1);
}
