* {
    -webkit-tap-highlight-color: rgba(0, 0, 255, 0.3);
    -webkit-touch-callout: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

body {
    line-height: 1.6;
    padding: 20px;
    margin-bottom: 40px;
}

h1,
h2 {
    color: #000000;
    margin-bottom: 10px;
}

p {
    margin-bottom: 6px;
}

a {
    color: #92419f;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.back-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    margin-bottom: 15px;
    color: #000;
    font-weight: 500;
}

.back-btn i {
    font-size: 20px;
}