.header {
  display: flex;
  justify-content: space-around;
  color: #9d9d9d;
  height: 60px;
  background-color: #222;
}


.nodec {
  text-decoration: none;
}


.login_block {
  width: 500px;
  height: 250px;
}

.content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.restart_analltics {
  color: rgb(247, 9, 9);
  font-weight: 900;
  padding-left: 5px;
}
