/* Custom CSS */

.centered
{
    display: grid;
    justify-self: center;
    justify-content: center;
    text-align: center;
}

.centered h1, .centered h2, .centered h3, .centered h4, .centered p, .centered a
{
    justify-self: center;
text-align: center;
}


ul li::marker {
    color: #2EF5FB;
}

.frame {
    background-color: white;
    padding: 10px;
    border: 8px double #FB034E;
}

.title {
    font-size: 1.3em;
    font-weight: 400;
    color: #0F43B3;
}

/* Images for icons at top */

.imgicon {
    max-height: 40px;
}