/* TSOS.css */

body {
  /* background: grey url(distrib/images/linen.png) repeat; */
  background: linear-gradient(to bottom right, lightgray, #977998, lightgray);
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 12pt;
  font-weight: normal;
  font-style: normal;
  
}

.headerText {
  color: #A7CF35;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  text-decoration: underline;
}

h1 {
  color: black;
  font-size: 24pt;
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid black;
}

h2 {
  color: black;
  font-size: 20pt;
  font-weight: normal;
  font-style: normal;
}

h3 {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-size: 16pt;
  font-weight: normal;
  font-style: normal;
}

#display {
  background-color:#DFDBC3;
  border: 2px solid red;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.normal_button {
  width: 100px;
  margin: 5px;
}

.footerText {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
