body {
  overflow: hidden;
}

header {
  width: 100%;
  height: 10%;
  display: flex;
  align-items: center;
  background-color: #00ECFF;
  position: sticky; 
  top: 0; 
  left: 0;
}

.header-title {
  font-family: Comic Sans MS;
  margin-left: 2vw;
  font-size: 50px;
  text-decoration: none;
  color: #000;
}

.header-blog {
  font-size: 20px;
  margin-left: 2vw;
  text-decoration: none;
  color: #000;
}

.header-terms {
  font-size: 20px;
  margin-left: 2vw;
}

