.dangers {
    background-color: rgb(221, 126, 107);
    font-size: 1.1em;
    color: rgb(92, 90, 90);
}

.title {
    font-size: 3rem;
    text-shadow: .7px .7px;
    line-height: 1.2;
    text-align: justify;
    margin-top: 0pt;
    margin-bottom: 0pt;
    font-weight: 700;
}

.title:hover {
    text-shadow: .1px .1px;
    cursor: pointer;
}

.sub_title {
    font-size: 36pt;
    font-weight: 2000;
}

.sub_title2 {
    font-size: 24pt;
    font-weight: 2000;
    color: var(--background);
    background-color: rgb(109, 158, 235);
}

.browse {
    font-size: 1.3em;
    color: var(--primary-dark);
}
