*{margin:0;padding:0;box-sizing: border-box;}
html { overflow-x: hidden; overflow-y: auto; }
body{
  font-size:18px;
  font-family:myFont;
  color:#2B2B2B;
  background:#F3F3F3;
}
a{
  font-size:16px;
  font-family:myFont;
  color:#2B2B2B;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover{
  font-weight: bold;
  font-family:myFont;
  color:#2B2B2B;
  text-decoration: none;
  transition: all 0.5s;
}
ul{
  display: flex;
}
li{
  list-style: none;
  padding: 0px 20px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
li:hover{
  font-weight: bold;
  transition: all 0.5s;
}
li:nth-of-type(1){
  font-weight: bold;
  transition: all 1s;
}
li:nth-of-type(1) a{
  font-weight: bold;
  transition: all 1s;
}
.center{
  width: 100vw;
  padding: 0px 0px 0px 0px;
}
.centers{
  width: 100vw;
  margin: 0 auto;
}
.imags{
  width: 100%;
  object-fit: cover;
}