﻿body {
    font-family: Century Gothic;
    font-size: 15px;
}

#pageName {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.row {
    padding-top: 10px;
}

#calculateButton {
    margin-top: 10px;
    margin-left: -5px;

}
.header {
    font-weight: bold;
    font-size: 25px;
    text-align: center
}
#results {
    
    border-style: solid;
    border-color: lightgray;

}
