html{
  background-color: rgb(207, 202, 202);
  margin-top: 10px;
  padding-bottom: 50px;
}
body{
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: white;
  max-width: 1200px;
  text-align: center;
  margin: auto;  
  border: 5px;
  border-style: solid;
  border-color: rgb(38, 38, 38);
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
  }

li{
  display: inline;
  float: left;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  background-color: rgb(38, 38, 38);
}
li a:hover {
  background-color: #111;
}
header{
  border-bottom: 5px;
  border-bottom-style: solid;
  border-color: rgb(38, 38, 38);
}
.menuBar{
  height: 20px;
}
#logo{
  height: 40px;
  padding: 2px;
}
img{
  height: 400px;
  padding: 2px;
}
h1{
  color: rgb(0,0,124);
}
p{
  font-size: large;
  padding: 20px;
}
img#cosee{
  height: 200px;
}
.content{
  background-color: red;
}
img.tech{
  height: 150px;
  margin: 20px;
}
table{
  width: 100%;
  text-align: center;
}
td{
  width: 50%;
  padding: 20px;
  margin: 20px;
}
td:hover{
  background-color: rgb(241, 241, 241);
}
label{
  font-weight: bold;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}