

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.divider{
    max-width: 300px;
    border-bottom: 2px solid lightblue;
    margin: auto;
    height: 2px;
    margin-top: 20px;
    margin-bottom: 30px;
}

h1{
    font-size: 30px;
    text-align: center;
}

h2{
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 20px;
}

body{
    background-color: #f3f3f394;
    font-size: 17px;
    line-height: 28px;
}

.block{
    background-color: #fff;
    padding: 20px;
    border: 1px solid rgba(243, 243, 243, 0.69);
    border-radius: 4px;
}













