.center {
    text-align: center;
    background-color: white;
    display: flex;
    gap: 20px;
    margin: 50px auto;
    padding: 50px;
    width: 130px;
    border-radius: 5px;
    justify-content: center;
}

.center-div {
    display: flex;
    flex-direction: column;
    //width: fit-content;
    //margin: 80px auto;
    padding: 0 14px;
}

.footerLogoLinks {
    width: 3em;
    margin-top: 50px;
    border: none;
    border-radius: 5px;
}

.fade {
    animation-name: fadeWhtToBlk;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
body {
    font-family: 'Segoe UI', 'Arial';
}

body.oswaldFont {
    font-family: "Oswald", serif;
    font-style: italic;
    font-weight: bold;
}

.sticky {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
}

a:link, a:visited {
    color: black;
    text-decoration: none;
    cursor: default;
}

a:link:active, a:visited:active {
    color: black;
}

body {
    margin: 0;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    height: 85vh;
}

hr.rounded {
    border-top: 3px solid #bbb;
    border-radius: 5px;
}

footer {
    margin-top: auto;
    margin-bottom: auto;
    width: auto;
    height: auto;
    cursor: none;
}

h2 {
    //display: inline;
}

img.memory-game-card {
    margin: 7px 0;
    width: 19%;
    min-width: 115px;
    height: auto;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #aaa;
}

img.prof {
    height: 50px;
    border-radius: 5px;
    cursor: none;
}

img:hover {
    animation-name: raiseImg;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
}

@keyframes raiseImg {
    from {}
    to {box-shadow: 15px 15px 10px #aaa;}
}

td {
    background: darkgray;
    border-radius: 5px;
}

th {
    text-decoration: underline;
    color: white;
}

#scoreboard {
    border: solid grey 2px;
    border-radius: 10px;
    width: 50%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: linear-gradient(black, white);
}

@media only screen and (max-width: 640px) {
    #scoreboard {
        width: 80%;
    }
}

.contact-form {
    font-family: 'Segoe UI', 'Arial';
    font-size: 24px;
    //width: fit-content;
}
#contact-form {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

#contact-form-message {
    padding: 5px;
    width: 100%;
}

#name {
    margin: auto auto auto 0;
}

@keyframes fadeWhtToBlk {
    from {
        color: #C3C3C3;
        border-color: #C3C3C3;
        cursor: pointer;
    }
    to {
        color: black;
        border-color: black;
        cursor: default;
    }
}

@keyframes fadeBlkToWht {
    from {
        color: black;
    }
    to {
        color: #C3C3C3;
    }
}

#about {
  padding: 0 0 0 6%;
  text-align: right;
  color: #C3C3C3;
  height: inherit;
  display: flex;
  align-items: center;
}

#about-paragraph {
    font-family: "Oswald", serif;
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
}

#prof-photo {
    min-width: 330px;
    width: 346px;
    height: fit-content;
}

#about:hover, #contact:hover {
    cursor: pointer;
    color: white;
    text-decoration: underline;
}

#contact {
    padding: 0 1em;
    text-align: right;
    color: #C3C3C3;
    float: left;
    height: inherit;
    display: flex;
    align-items: center;
}

#send-btn {
    margin: auto auto 0 auto;
    width: auto;
}

#scores {
    cursor: pointer;
}

#scores:hover {
    text-decoration: underline;
}

#skip, #reshuffle {
    border: solid darkgray 3px;
    border-radius: 5px;
    width: 75px;
    text-align: center;
    cursor: pointer;
    padding: 4px 0px;
}

#skip:hover, #reshuffle:hover {
    cursor: pointer;
    color: black;
    animation-name: buttonHover;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
}

@keyframes buttonHover {
    /*from {*/
    /*    border: solid white 0;*/
    /*}*/
    to {
        border: solid black 3px;
    }
}

#submitForm {
    padding: 20px;
}

/* highScore needs to be changed to cardsMatched */
#highScore {
    height: 700px;
    font-weight: bold;
}

#grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 85%;
    max-width: 1440px;
    margin: auto;
    min-width: 362px;
    padding: 0 0 45px 0px;
    column-gap: 1%;
    cursor: default;
}

#game-buttons {
    color: #C7C7C7;
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 2em auto 1em auto;
    padding: 0 14px;
    align-items: baseline;
    column-gap: 2em;
    row-gap: 1em;
}

#pcfrontier-logo {
    float: left;
    margin-top: 5px;
    margin-left: 12px;
    color: white;
    font-size: 28px;
}

#top-nav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: black;
    display: flex;
    /*gap: 5%;*/
    align-items: baseline;
}

#score {
    color: black;
    animation-name: fadeBlkToWht;
    animation-delay: 5s;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    float: right;
    cursor: default;
}

#about-page-score {
    margin-top: 10px;
    margin-right: 10%;
    color: white;
    float: right;
    width: 150px;
}

.sub-para {
    font-family: 'Segoe UI', 'Arial';
    font-size: larger;
}

/*a:link, a:visited {*/
/*    color: #ddd;*/
/*    text-decoration: none;*/
/*    cursor: default;*/
/*}*/

/*a:link:active, a:visited:active {*/
/*    color: white;*/
/*}*/

/*#about {*/
/*    float: right;*/
/*    margin-top: 15px;*/
/*    margin-left: 25px;*/
/*    margin-right: 25px;*/
/*}*/

/*body {*/
/*    margin: 0;*/
/*}*/

/*.center {*/
/*    text-align: center;*/
/*    alignment: center;*/
/*    background-color: white;*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*}*/

/*#contact {*/
/*    margin-top: 15px;*/
/*    float: right;*/
/*}*/

/*footer {*/
/*    width: 100%;*/
/*    height: 600px;*/
/*}*/

/*#grid {*/
/*    width: 1550px;*/
/*    height: 100%;*/
/*    margin-right: auto;*/
/*    margin-left: auto;*/
/*    margin-top: 50px;*/
/*}*/

/*h2 {*/
/*    display: inline;*/
/*}*/

/*#highScore {*/
/*    height: 700px;*/
/*    font-weight: bold;*/
/*}*/

/*hr.rounded {*/
/*    border-top: 3px solid #bbb;*/
/*    border-radius: 5px;*/
/*}*/

/*img {*/
/*    margin: 10px;*/
/*    width: 285px;*/
/*    height: 107px;*/
/*    border-radius: 10px;*/
/*    border: solid white 2px;*/
/*}*/

/*li {*/
/*    margin-top: 10px;*/
/*}*/

/*#logo {*/
/*    color: white;*/
/*    float: left;*/
/*    margin: 5px 0 5px 1%;*/
/*    font-size: 24px;*/
/*}*/

/*#nav {*/
/*    overflow: hidden;*/
/*    background-color: #333;*/
/*    height: 45px;*/
/*    top: 0;*/
/*}*/

/*ol {*/
/*    border: solid grey 2px;*/
/*    border-radius: 10px;*/
/*}*/

/*.oswaldFont {*/
/*    font-family: "Oswald", serif;*/
/*    font-style: italic;*/
/*    font-weight: bold;*/
/*}*/

/*#replay {*/
/*    height: auto;*/
/*    width: 100px;*/
/*    text-align: center;*/
/*    alignment: center;*/
/*    margin: auto auto auto 120px;*/
/*}*/

/*#replay:hover, #skip:hover {*/
/*    cursor: auto;*/
/*}*/

/*#score {*/
/*    margin: 10px 0 10px 0;*/
/*    color: black;*/
/*    font-size: 18px;*/
/*    width: 100%;*/
/*    float: left;*/
/*    padding-left: 5%;*/
/*}*/

/*.sticky {*/
/*    position: fixed;*/
/*    top: 1px;*/
/*    width: 100%;*/
/*}*/

/*.sticky + .content {*/
/*    padding-top: 60px;*/
/*}*/

/*th {*/
/*    text-decoration: underline;*/
/*}*/
