#ssl-outer {
    display: flex;
    background: #eee;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: url('/tubes/img/4k-donuts-2.jpg');
    background-size: cover;
}

#ssl {
    background: rgb(255 255 255 / 88%);
  padding: 30px;
  border-radius: 5px;
  max-width: 1200px;
  margin: 30px;
}


#ssl .section-title ,#ssl p, #ssl ul, #ssl h1, #ssl h2{
    color: #102a4b;
}

#ssl ul {
    font-size: 1.1rem;
    list-style: none;
    line-height: 2rem;
    font-weight: 400;
}

#ssl ul li:before {
  content: '✓ ';
}

#ssl #warning-image {
    display: flex;
    justify-content: center;

}

#ssl #warning-image img {
    box-shadow: 3px 4px 8px 0px #999;
    max-width: 400px;
    margin: 20px 30px;
    width: 100%;
    height: auto;
}

#ssl #example-image {
    display: flex;
    justify-content: center;

}

#ssl #example-image img {
    box-shadow: 3px 4px 8px 0px #999;
    max-width: 1200px;
    margin: 20px 30px;
    width: 100%;
    height: auto;
}

#ssl h1 {
    text-align: center;
}


#ssl #book-now {
    display: flex;
    justify-content: center;
}

#ssl #book-now button {
    border-color: #102a4b;
}
