

.panel-body p
{
    font-family: 'The Girl Next Door', cursive;
    font-size: 22px;
    font-weight: 600;
    color: rgba(249, 239, 239, 0.93);
}

.panel-body ul li
{
    font-family: 'The Girl Next Door', cursive;
    font-size: 22px;
    color: rgba(249, 239, 239, 0.93);
    list-style-type: circle;
    font-weight: 600;
}

.panel-title
{
    font-family: 'Fugaz One', cursive;
    font-size: 19px;
}

body
{
    background-color: rgba(0, 0, 0, 0.28);
}

.panel-body
{
    background-color: rgba(0, 0, 0, 0.84);
}

.jumbotron
{
    background-color: rgba(5, 89, 211, 0.6);
}

.jumbotron h1
{
    color: rgba(249, 239, 239, 0.93);
    font-family: 'Fugaz One', cursive;
    text-align: center;
    font-weight: 600;
}

