*{
    margin: 0;
}

body{
    background-color: rgb(30, 30, 30);
    color: rgb(203, 182, 151);
    font-size: 0.8rem;
    -webkit-tap-highlight-color: transparent;
}
.back-arrow{
    position: fixed;
    top: 23px;
    left: 15px;
    z-index: 999;
}
header img {
    width: 30px;
    height: 30px;
}
main{
    margin: 45px 18px 75px;
}
h1{
    font-size: 2rem;
    text-align: center;
}
h1 a{
    color: rgb(203, 182, 151);
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
    font-weight: lighter;
}

.title-mentions{
    display: block;
    margin: 15px 8px;
    font-size: 1.4rem;
    text-align: center;
    color: #ffffff;
}

main h2{
    margin: 35px 0 12px;
    font-size: 1.1rem;
}
main h3{
    margin-top: 22px;
    font-size: 0.9rem;
}

main p{
    margin: 5px 0 25px;
    color: #ffffff;
}

main li{
    margin: 4px 0;
    color: #ffffff;
}

main hr{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgb(192, 167, 130), rgba(255,255,255,0));
    margin: 10px 0;
}

main a{
    text-decoration: none;
    color: rgb(130, 157, 241);
    font-family: sans-serif;
}