body {
    background-color: #FFFDF0;
    font-family: 'Nunito';
}

.jumbotron {
    padding: 30px;
    display: grid;
}

.image-holder {
    width: 100px;
    height: 100px;
    margin: auto;
}

.logo {
    width: 100px;
    height: 100px;
}

.part1 {
    margin: auto;
    margin-top: 2rem;
    display: flex;
}

.cube {
    font-size: large;
    font-weight: bold;
    display: grid;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 1rem;
    justify-content: space-between;
    background-color: #CB0B4B;
    color: white;
}

.value {
    margin: auto;
}

.separator {
    margin: auto;
    width: 70%;
    height: 2px;
    background-color: grey;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.list {
    height: 2rem;
    border-radius: 0.5rem;
    box-shadow: 10px 10px 18px -5px rgba(100,100,100,0.74);
    -webkit-box-shadow: 10px 10px 18px -5px rgba(100,100,100,0.74);
    -moz-box-shadow: 10px 10px 18px -5px rgba(100,100,100,0.74);
    padding: 10px;
    margin: 1rem;
}

.list a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    color: black;
    padding-left: 5%;
}

.no-bullet {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.title, .subtitle {
    margin: auto;
    font-weight: bold;
    font-size: 2rem;
    margin-top: 2rem;
}

.flash {
    background-color: #F0D779;
    color: #CB0B4B;
}

.flash a span {
    color: #CB0B4B;
}

.normal {
    background-color: #CB0B4B;
}

.normal div span {
    color: white;
}
