/* Vadacom basic document style for simple HTML5 pages. */
main,article,header{
    display: block;
}
body{
    background: #D31044;
    padding: 0.5em;
    width: calc(100% - 2em);
}
main{
    background: #fff;
    border-radius: 1em;
    margin: 0 auto;
    padding: 1em;
    min-width: 10em;
    max-width: 35em;
    box-shadow: 4px 4px 10px #000;
}
h1,h2{
    text-align: center;
    font-variant: small-caps;
}
h1,h2,h3{
    color: #D31044;
}
h2:before,header:before,header:after{
    content:' ';
    display:block;
    background: #e5e6e8;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #e5e6e8 20%, #e5e6e8 80%, rgba(255, 255, 255, 0));
    height: 8px;
    border: none;
    margin-bottom: 1ex;
}
h2:before{
    height: 4px;
}
