﻿body {
    font-size: 10pt;
}


.h1-styler {
    text-align: center;
    font-family: Verdana;
    font-weight: bold;
    text-transform: uppercase;
}

h2 {
    color: black;
    font-weight: bold;
}

.header-div {
    height: 150px;
    width: 100%;
    background-image: url("/Images/R.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.title-colorizer {
    color: black;
    background-color: rgba(255,255,255,0.5);
    border-radius: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.title-styler {
    padding: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
}

.card-styler{
    margin: 5px;
}

.card:hover {
    background-color: yellow;
    cursor: pointer;
}

    .card:hover i {
        color: black !important;
    }


.group-cards-styler {
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 20px;
}

.icon-sizer {
    font-size: 48pt;
}

.icon-colorizer {
    color: #a2a2a2;
}

.label-sizer {
    font-size: 18pt;
}

.label-colorizer {
    color: #a2a2a2;
}
