body {
    background-color: white;
}

.markdown-body h1 {
    font-size: 2em;
    font-weight: 50;
    color: black;
}

.markdown-body h2 {
    font-size: 1.2em;
    font-weight: 500;
    color: black;
}

.markdown-body h3 {
    font-size: 1em;
    font-weight: 500;
    color: black;
}

.markdown-body h4 {
    font-size: 2em;
    font-weight: 700;
    color: black;
}

.markdown-body {
    box-sizing: border-box;
    min-width: 200px;
    max-width: 80%;
    padding: 45px;
    font-family:  'San Francisco', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: black;
    background-color: white;
    margin-top: 35px;
    font-weight: 500;
}
#nav-cv a {
    color: black;
}

@media (max-width: 767px) {
    .markdown-body {
        padding: 15px;
        margin-top: 35px;
    }
}
#back-link {
    position: absolute;
    font-weight: 1; /* Make the font bold */
    font-size: 15px; /* Change font size */
    color: white; /* Text color */
    background-color: rgba(0, 0, 0, 0.8); /* Background color */
    padding: 10px 15px; /* Padding for better click area */
    border-radius: 100px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    transition: font-size 0.1s, background-color 0.3s, color 0.3s; /* Smooth transition */
    margin-left: 35px;
    margin-top: -25px;
}

#back-link:hover {
    background-color: rgba(0, 0, 0, 0.6); /* Change background on hover */
    color: white; /* Change text color on hover */
    font-size: 17px; /* Increase font size on hover */
}

#download-link {
    position:absolute;
    font-weight: bold; /* Make the font bold */
    font-size: 15px; /* Change font size */
    color: white; /* Text color */
    background-color: rgba(255, 255, 255, 0.8); /* Background color */
    padding: 10px 15px; /* Padding for better click area */
    border-radius: 100px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    transition: font-size 0.1s, background-color 0.3s, color 0.3s; /* Smooth transition */
    margin-left: 80px; /* Space between links */
    margin-top: -25px;

}

#download-link:hover {
    background-color: rgba(255, 255, 255, 0.6); /* Change background on hover */
    color: white; /* Change text color on hover */
    font-size: 17px; /* Increase font size on hover */
}
