/* this file was made for CSC256 */
body {
    background-color: navy;
    font-family: 'Sofia', sans-serif;
    color: deepskyblue;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 150px;
    margin-left: 150px;
}

table,
tr {
    margin: 0px;
    padding: 0px;
    border: 1px solid deepskyblue;
    border-radius: 8px;
}

td {
    padding: 1px;
    background-color: rgb(0, 0, 44);
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid deepskyblue;
    border-collapse: collapse;
    border-radius: 4px;
    color: white;
}

input {
    background-color: rgb(0, 0, 88);
    color: white;
    width: 90%;
    height: 90%;
    border: none;
    text-align: center;
    margin: 0 auto;
}

.letter {
    background-color: rgb(74, 79, 70);
}
.mainnav {
    background-color: rgb(31,31,170);
    color: rgb(94, 174, 255);
    border-radius: 5px;
    border-style: double;
    text-align: center;
  }
  a:visited {
    color: plum;
    }
    a:hover {
    color: blue;
    }  