@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 20px;
    max-width: 800px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-family: 'Poppins';
}

h1 {
    color: #843443;
}

h2 {
    color: black;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 75px;
}

p {
    text-align: justify;
}

a {
    color: #843443;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    text-align: justify;
    margin: 20px 0;
}

.back-link {
    display: block;
    margin: 100px 0;
    padding: 20px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
}