@font-face {
font-family: TheDefiler ;
src: url('TheDefiler.ttf');
}

* {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
    margin: 0;
    font-family: Arial;
}

footer {
  background-color: #21A121 ;
  height:100%;
  text-align: center;
  box-shadow: 0 50vh 0 50vh #21A121 ;
  color: black;
}
ul {
  font-size: 16px;
}
h1 {
  color: #21A121;
  text-align: center;
  font-size: 72px;
  font-family: Arial;
}
p {
  font-size: 16px;
}
/* Style tab links */
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 20%;
}

.tablink:hover {
    background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    display: none;
    background-image: linear-gradient(black,black,black,black, #21A121);
    background-color: black;
    padding: 100px 20px;
    height: 100%;
    font-size: 24px;
    font-family: "Lucida Console";
}
.info-panel {
  color: #21A121;
  width: 30%;
  height: 100%;
  display: table-cell;
  background-color: black;
  margin: auto;
  margin-bottom: 10%;
  border: thick solid #245734;
}
.face-icon {
  display: block;
  margin: auto;
}
#info-panel-container {
  display: table;
  width: 100%;
  padding: 5px;
  height:10%;
  border: 1px solid black;
}
#blinking-box {
  color: #245734;
  display: inline;
}
#info-container {
  width: 65%;
  margin:auto;
  border-left: thick solid #21A121;
  margin-bottom: 7%;
}
#info {
  display: inline;
  text-align: center;
  color: #245734;
}
#navbar {
  position: fixed;
  top: 0;
  width:100%;
}
#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#Project-Info {
  color:#21A121;
  font-size:24px;
}
