﻿body {
    background-color: #0C3C6E;
    color: white;
}

.pageHeader {
    margin: 0 auto;
    
}

.pageHeader > h1, .pageHeader > h2 {
    text-align: center;
    font-family: 'Times New Roman';
}

.frmResults {
    text-align: center;
}

#lblError {
    color: red;
}


#lblTitle {
    font-size: 2em;
}

.frmElements {
    margin: 0 auto;
    padding: 15px;
    max-width: 60%;
    align-content: center;
    border: 3px solid white;
    border-radius: 5px;
    background-color: #016293;
}

.row { 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 15px;
    
}

.individual {
    padding-top: 5px;
}

.centerText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}