#menu {
    width: 100%;
    height: 40px;
    background-color: rgb(224, 211, 221);
    padding-top: 10px;
    padding-bottom: 100px;
    padding-left: 5px;
    text-align: right;
}

#menu a {
    color: white;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: 800;

    padding-left: 40px;
    padding-right: 30px;
}

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

#logo {
    padding-left: 20px;
    padding-top: 10px;
}

h1 {
    text-align: left;
}

h2 {
    font-family: helvetica, sans-serif;
    font-weight: 1000;
    color: rgb(5, 0, 4);
    text-align: center;
}

h6 {
    color: rgb(214, 189, 208);
}

p {
    font-family: Helvetica, sans-serif, serif;
    
}

#pages {
    text-align: center;
    
}

#pages a {
    color: black;
    text-decoration: none;
}

#pages a:hover {
    color: pink;
    text-decoration: underline;
}

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

#img a {
    text-decoration: none;
    color: black;
    font-family: Helvetica, sans-serif;
    font-weight: 500;
}

#img a:hover {
    color: pink;
    text-decoration: underline;
}

table, td, th{
    border: 1px solid;
    column-width: 100%;
    border-collapse: collapse;
    padding-left: 22px;
    padding-right: 22px;
}

th {
    height: 1000 px;
    padding-left: 7;
    padding-right: 7;
    background-color: #f59fdb;
    color: white;
    border-color: white;
}

td {
    border-color: white;
    text-align: center;
    height: 50px;
}


#info tr td.op {
    background-color: #f8f8f8;
  }

#info tr.row1 {
    background-color: #f8f5f7;
}
#info tr.row2 {
    background-color: #f0d0e6;
}

input[type=submit] {
    background-color: #cfc1cc;
    border:rgb(5, 0, 4);
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #7c5570;
    color: white
}