 /* body{
  min-width: 800px;
  overflow-x: auto; 
}  */
/* header */
.header {
  width: 100%;
  /* background-color: antiquewhite; */  
  align-items: center;
}
.header .company-name {
  color: #fff;
  font-weight: 700;
  font-family: 'Courier New', Courier, monospace;
  font-size: 38px;
}
.header-nav a {
  text-align: center;
  /* color: blue; */
  font-size: 20px;
}
.header-fix{
  position: fixed;
  /* height: 60px; */
  color: #fff;
  width: 100%;
  /* text-align: center; */
  z-index: 999;
  background: linear-gradient(96deg, #01bed9 50%, #3500d3 100%);
}
.header-fix a{
  text-decoration: none;
}
.header-fix a:hover{
  color: #fff;
}
.nav-link{
  font-size: 24px;
  color: #fff;
}
