@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap);

.reveal,
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
    font-family: 'IBM Plex Sans';
}


.reveal section img {
    border: none;
    box-shadow: none;
}

.reveal .logo {
    display: block;
    position: fixed;
    bottom: unset !important;
    right: unset !important;
    top: 5px;
    left: 12px;
    height: 200px !important;
    width: 200px !important;
    max-width: unset !important;
    max-height: unset !important;
    filter: opacity(50%);
}

.reveal .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: #333;
    color: #fff;
    text-align: center;

}

#pdf-export-btn {
    position: fixed;
    bottom: 20px;
    left: 12px;
    padding: 10px 20px;
    background-color: white;
    color: #2a76dd;
    border-color: #2a76dd;
    border-width: 1px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    z-index: 1000;
}

#pdf-export-btn:hover {
    background-color: #2a76dd;
    color: white;
}