.container {
    height: 100%;
    background-color: #fff;
    padding: 2rem 4rem;
    line-height: 2;
}

h1 {
    font-size: 2.5rem;
}

strong {
    overflow-wrap: break-word;
}

.border {
    border: 1px dashed #efefef;
    width: 100%;
}

iframe {
    width: 100%;
    border-radius: 10px;
    min-height: 300px;
}

ol img {
    height: 100px;
    border-radius: 10px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

ol div {
    color: #808080;
}