* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #21185B;
    background-color: #F8F9FA;
}

h1 {
    font-size: 3.6rem;
    color: #21185B;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2.4rem;
    color: #21185B;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.2rem;
    color: #21185B;
    font-weight: 700;
    line-height: 1.3;
}

p {
    font-size: 1.2rem;
    color: #21185B;
    font-weight: 400;
    line-height: 1.3;
}

ul {
    list-style: none;
}

main {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 2rem;
}