/* custom.css */
.card-title {
    text-align: center;
    color: #009A44;
    font-weight: bold;
}

.text-right {
    text-align: right;
}
.full-page-iframe {
    position: fixed;  /* cover the viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}