﻿/* Calculator Layout */

.header-container {
    height: 6rem;
}

main {
    height: 80%;
}

.question-mark {
    display: inline-block;
    margin-left: 5px;
    color: #007bff;
    cursor: pointer;
    font-weight: bold;
}