body {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 0;
    background-color:aliceblue;
  }

.header {
    background-color: #046363;
    padding: 10px;
    color:white;
    text-align: center;
    font-size: 17px;
  }

.subheader {
    background-color: #e8f8f5;
    padding: 5px;
    text-align: center;
    font-size: 17px;
}

.container {
    width: 60%;
}
.text-container {
    line-height: 20px;
    text-align: center;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.form {
    width: 50%;
}

.dashed{
    padding: 20px;
    border-style: dashed;
}

label {
    font-size: 17px;
    color: #046363;
    font-weight: bold;
}
input[type=number] {
    font-size: 16px;
    width: 300px;
    padding: 10px 10px;
    margin: 8px 0px;
    box-sizing: border-box;
    border: 3px solid #046363;
    border-radius: 8px;
    background-color: #e8f8f5;
    color: #046363;
}

input[type=number]:focus {
    background-color: #e8f6f3;
    border: 3px solid #45b39d;
    outline: none;
  }

button {
    font-size: 16px;
    background-color: #046363;
    border: none;
    font-weight: bold;
    color: white;
    padding: 10px 10px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

button:hover{
    background-color: #45b39d;
}

.data-results {
    width: 95%;
}

table {
    width: 99%;
    padding: 20px;
}

th, td {
    text-align: left;
    padding: 5px;
}

tr:nth-child(even){background-color: #e8f8f5;}

th {
    background-color: #046363;
    color: white;
    text-align: center;
}

canvas {
    width: 800px;
}

.explainer {
    width: 95%;
}

.explainer .text-container {
    text-align: center;
}

.highlighter {
    color:#046363;
    font-weight: bold;
}

.footer {
    color: white;
    background-color: #046363;
    padding: 10px;
    text-align: center;
    object-position: bottom;
  }
