h1, h2, h3, h4, h5, h6, a, p {
    font-family: 'Roboto', sans-serif;
}

h2, h3 {
    font-weight: 900;
}

.nav {
    height: 80px;
    padding-top: 18px;
    background-color: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 200;
}


pre {
    background-color: #f8f9fa; 
    padding: 10px; 
    border-radius: 5px;
}

footer {
    background-color: #f1f1f1; 
    color: #000; 
    padding: 10px;
    text-align: center; 
    width: 100%; 
}

.overlay {
    border-radius: 8px;
    backdrop-filter: blur(20px);
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.3);
    float: none;
    padding: 20px 50px;
}

.header {
    height: 400px;
    background-position: center -500px;
    height: 50vh;          
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-icon{
    width: 100px !important;
}

p {
    font-size: 20px;
    font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 400;
    padding: 5px;
    text-align: justify;
    color: black;
}

strong {
    font-size: 20px;
    font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
}

.page-anchors{
    position: fixed;
    font-size: 12px;
    font-weight: 500;
    top: 0;
    padding-top: 20px;
}

#anchor{
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}