﻿/* Colors */
/*
    #3d449d Dark Blue
    #316dd9 Light Blue
    #e77f33 Dark Orange
    #f1d1a8 Light Orange
    #eaeff5 Off White
 */

.backgrounds {
    background: #eaeff5;
}

h2, h3, h4 {
    margin-bottom: 3rem !important;
}

code {
    border-radius: 0.6em;
    color:#7e57c2;
}

.reveal blockquote {
    width: 90%;
    box-shadow: none;
    text-align: left;
    background-color: white;
    padding-left: 0.5em;
    border-radius: 0.6em;
}
