.page-tittle {
  position: relative;
  text-align: center;
}

.typing-word {
  margin: auto;
  color: white;
  font: 700 normal 1.5em "tahoma";
  text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324;
  position: relative;
  text-align: center;
}

.tool-list {
  height: 26vh;
}

.tittle-text {
  /* font-size: 50px; */
  color: #ffbd4d;
}

.nav-bar {
  float: right;
}

.nav-area {
}

.link-list {
  display: flex;
  list-style: none;
}

.nav-link {
  margin: 8px 20px;
}

.link-item{
    color: black;
    text-decoration: none;
}