﻿h1 {
    color: Dodgerblue;
}

h3 {
    color: Dodgerblue;
    margin-top: 20px;
    margin-bottom: 40px;
}

a {
    color: Dodgerblue;
}

p {
    font-size: 18px;
}

.header-email {
    color: Dodgerblue;
    margin-right: 20px;
}

.fine-print {
    font-size: 16px;
}

body {
    font-family: sans-serif;
    padding: 0px;
    margin: 0px;
}

.h-row {
    display: flex;
    align-items: center;
}

#page-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

#page-header {
    flex: 0;
    display: flex;
    flex-direction: column;
}

#logo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.menu-bar {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 35px;
    padding: 15px 50px 15px 30px;
    background-color: Dodgerblue;
    color: White;
    font-size: 20px;
}

.menu-link {
    font-weight: 600;
    color: #FFFFFF;
    margin-left: 40px;
}

.menu-link {
    font-weight: 600;
    color: #FFFFFF;
    margin-left: 40px;
}

.inactive {
    text-decoration-line: none;
}

.button-lg {
    width: 150px;
    height: 30px;
    background-color: Dodgerblue;
    color: White;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    padding-top: 10px;
    text-decoration-line: none;
}

.column-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.content-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 60px 20px 20px 40px;
}

.balance {
    font-size: 50px;
    font-weight: 800;
}

.change-label {
    font-size: 20px;
    margin-right: 5px;
}

.change-input {
    font-size: 20px;
    height: 40px;
    text-align: end;
    padding-right: 10px;
}

.change-submit {
    font-size: 15px;
    height: 40px;
    margin-left: 15px;
    border-radius: 5px;
}

.change-message {
    font-size: 20px;
    margin-bottom: 15px;
}

.error-message {
    font-size: 20px;
    color: #FF0000;
    margin-bottom: 15px;
}

.app-container {
    flex: 0;
    min-width: 440px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-left: 80px;
}

.change-container {
    flex: 1;
}
