body {
    justify-content: center;
    font-family: 'Creato Display';
}

@font-face {
    font-family: 'Creato Display';
    src: url('CreatoDisplay-ExtraBoldItalic.woff2') format('woff2'),
        url('CreatoDisplay-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('CreatoDisplay-BlackItalic.woff2') format('woff2'),
        url('CreatoDisplay-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('CreatoDisplay-BoldItalic.woff2') format('woff2'),
        url('CreatoDisplay-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('CreatoDisplay-LightItalic.woff2') format('woff2'),
        url('CreatoDisplay-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('CreatoDisplay-MediumItalic.woff2') format('woff2'),
        url('CreatoDisplay-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('CreatoDisplay-Italic.woff2') format('woff2'),
        url('CreatoDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('CreatoDisplay-ThinItalic.woff2') format('woff2'),
        url('CreatoDisplay-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('CreatoDisplay-Black.woff2') format('woff2'),
        url('CreatoDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('CreatoDisplay-Bold.woff2') format('woff2'),
        url('CreatoDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('CreatoDisplay-ExtraBold.woff2') format('woff2'),
        url('CreatoDisplay-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('CreatoDisplay-Light.woff2') format('woff2'),
        url('CreatoDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('CreatoDisplay-Medium.woff2') format('woff2'),
        url('CreatoDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('CreatoDisplay-Regular.woff2') format('woff2'),
        url('CreatoDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('CreatoDisplay-Thin.woff2') format('woff2'),
        url('CreatoDisplay-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}

ul li a{
    display: block;
    padding: 14px 50px;
    text-decoration: underline;
    color: black;
    font-size: 20px;
}

.content {
  padding: 16px;
}

#paragraph {
    text-align: justify;
    margin-left: 150px;
    margin-right: 150px;
    text-indent: 20px;
    letter-spacing: -0.5px;
    font-size: 25px;
}

#parchive {
    text-align: left;
    margin-left: 50px;
    margin-right: 50px;
    letter-spacing: -0.5px;
    font-size: 20px;
}

#blurb {
    text-align: center;
    margin-left: 300px;
    margin-right: 300px;
}

#blurb a{
    color: black;
    text-decoration: underline;
}

#blurb a:link,
#blurb a:visited,
#blurb a:hover,
#blurb a:active {
    text-decoration: underline;
    color: black;
}

#footer {
    text-align: center;
    margin-left: 200px;
    margin-right: 200px;
    font-size: 15px;
}

p {
    font-size: 20px;
    letter-spacing: normal;
}

p a{
    color: black;
    text-decoration: underline;
}

p a:link,
p a:visited,
p a:hover,
p a:active {
    text-decoration: underline;
    color: black;
}


h1 {
    font-size: 50px;
    letter-spacing: -3px;
    text-align: center;
}

h1 a {
    color: black;
    text-decoration: none;
}

h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
    text-decoration: none;
    color: black;
}

h3 {
    font-size: 40px;
    letter-spacing: -1px;
}

h3 a {
    color: black;
    text-decoration: none;
}

h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active {
    text-decoration: none;
    color: black;
}


h4 {
    font-size: 15px;
    letter-spacing: 3px;
    text-align: center;
}

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

.container {
    display: inline-grid;
    grid-template-columns: repeat(5, 40px);
    background-color: black;
    padding: 10px;
}

.container div{
    background-color: black;
    border: 1px solid black;
    padding: 0px;
    font-size: 30px;
    text-align: center;
}


.row{
    display: grid;
    grid-template-rows: repeat(5, 40px);
}


.cell {
    width: 40px;
    height: 40px;
    background-color: black;
    border: 1p solid black;
}

input{
    display: block;
    position: relative;
    font-size: 24px;
    text-align: center;
    height: 35px;
    width: 35px;
    background-color: white;
    border: none;
    z-index: 1;
}

.inactive{
    color: transparent;
}

.number {
    position: relative;
    font-weight: 300;
    color: #000;
    bottom: 55px;
    font-size: small;
    left: -15px;
    z-index: 10;
}