.sd-container-fluid {
    margin-top: 2rem;
}

.sd-card {
    margin-bottom: 20px;
}

.sd-card-img-top {
    height: auto !important;
    width: 25% !important;
}

.sd-tab-content > pre {
    white-space: pre-wrap !important;
    word-wrap: break-word;
}

.sd-card-header > p {
    width: 100%;
    text-align: center;
}

img.sd-card-img-top {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.iframe-container {
    border: 1px solid black;
}