:root {
    --srs-blue: #005890;
}

body {
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f5f5f5
}

#header {
    /* background-color: var(--srs-blue); */
    background: linear-gradient(90deg, rgb(0, 57, 92) 0%, rgb(0, 88, 143) 60%);
    color: white;
    padding: 1rem;
}

h1 {
    font-weight: 300;
    font-size: 1.5rem;
}

h2 {
    font-size: 1.2rem;
    font-weight: 300;
}

h3 {
    font-size: 1.2rem;
    font-weight: 400;
}

.template-wrapper {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 0;
    flex-basis: 415px;
    object-fit: contain;
    font-weight: 300;
}

.template-wrapper .description {
    padding: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.description .links {
    margin-top: auto;
}

.template-wrapper img {
    object-fit: contain;
    width: 100%;
}

.btn-primary {
    background-color: var(--srs-blue);
}

.modal-body img {
    width: 100%;
}

.modal-header {
    text-transform:capitalize;
}