* {
    color: rgb(254, 253, 240);
}

h1 {
    font-size: 28px;
    position: relative;
    padding-bottom: 0.3em;
}

h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: white;
}

h2 {
    font-size: 24px;
    padding-bottom: 0.2em;
    position: relative;
}

h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    height: 2px;
    background-color: white;
}

h3 {
    font-size: 20px;
    padding-bottom: 0.2em;
    position: relative;
}

h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 2px;
    background-color: white;
}

strong {
    color: #ceb8ff;
}

hlt {
    color: #a378ff;
}

a {
    color: #cecef7;
    text-decoration: underline;
}
