
* {
  font-family: 'Open Sans';
}
html, body {
  position: relative;
  overflow-x: hidden;
}
#something {
  text-align: center;
  font-size: 35px;
  font-family: 'Quicksand';
}
#anotherSomething {
  margin-top: 15px;
  text-align: center;
  font-size: 22px;
  font-family: 'Quicksand';
  color: rgb(150, 150, 150);
}
#poloygonSeaContainer {
  margin-top: 100px;
  height: 300px;
}
#poloygonSeaContainer div {
  position: absolute;
  width: 1200px;
  left: -10000px;
  right: -10000px;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
}
#polygonSeaLinkContainer {
  margin-top: -25px;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
#polygonSeaLinkContainer a {
  margin-left: 5px;
  font-size: 17px;
  color: white;
  text-decoration: none;
}
#linksContainer {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#linksContainer span {
  margin-left: 5px;
}
#linksContainer span a {
  font-size: 17px;
  color: black;
  text-decoration: none;
  font-weight: 300;
}
#summery {
  text-align: center;
}
#summeryParagraph {
  text-align: center;
  font-weight: 300;
}
.list {
  margin-top: 30px;
  padding-left: 0px;
  text-align: center;
  list-style-type: none;
}
.list .item {
  display: inline-block;
  vertical-align: top;
  border: 15px solid white;
  font-size: 20px;
  color: red;
}
.list ul {
  padding-left: 0px;
  list-style-type: none;
}
.list ul li {
  margin-top: 5px;
  font-weight: 300;
  color: black;
}
.list ul .listNull {
  color: white;
}
.list ul li span {
  font-size: 17px;
}
#relativelyProficient {
  font-size: 13px;
  margin-top: -25px;
  margin-bottom: 10px;
  margin-left: -50px;
  font-weight: 300;
  color: black;
}
