* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;

    list-style: none;
    text-decoration: none;
}

p::selection, a::selection, li::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, span::selection, strong::selection {
    background:#2e2e2e;
    color: white;
}

p, a, li {
    color: #2e2e2e;
    
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    color: black;

    font-family: 'Calibri', serif;
    font-size: 1.25rem;
    font-weight: 700;
}

hr {
    border: 0;
    height: 0;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.5);
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
}