body {
    margin: 0;
}

a {
    color: #804bc9;
    text-decoration: none;
}

h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

.trafficlight {
    position: absolute;
    height: 200px;
    width: 100%;
}

.certificate {
    margin-top: 2rem !important;
    border: 10px solid #33618C;
    border-radius: 8px;
    max-width: 90%;
}

.certificate-content {
    background: #fff;
    padding: 20px;
}

.lto-blockchain {
    margin-top: 20px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    border: 1px solid #804bc9;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

.geldig {
    color: #33618C;
}

.ongeldig {
    color: #FF5843;
}

.no-margin-top {
  margin-top: 0;
}

.red {
    background: #FF5843;
}

.amber {
    background: #FF9B16;
}

.green {
    background: #14C39A;
}

.is-bold {
    font-weight: 600;
}


.is-centered {
    margin: auto;
}

.proofi img {
    max-width: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.footer {
    margin-top: 20px;
    text-align: center;
    height: 100px;
}

.footer .logo {
    margin-top: 8px !important;
    cursor: pointer;
    margin: 0 auto;
}

.container {
    max-width: 1100px;
}

.logos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}

.status {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    align-content: stretch;
}

.info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.info-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logos img {
    max-width: 60px;
}

.span1 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 14px;
}

.span2 {
    font-size: 14px;
}

span &.is-centered {
    text-align: center;
}

.notify {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    line-height: 1.5;
    padding: calc(.75em - 1px);
    position: relative;
    vertical-align: middle;
    color: #fff;
    background: #33618C;
    text-decoration: none;
}