html{
  scroll-behavior: smooth;
}
.fontm-m{
 font-family:"Figtree";
 font-weight:500;
 font-style:normal;
}
.fontm{
 font-family:"Times New Roman";
 font-weight:500;
 font-style:normal;
}
.menu{
  margin-left:65vw;
  margin-right:5vw;
}
.menuitems{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
}
.logo{
  display:flex;
  background:transparent;
  flex-direction:row;
  padding:1vw;
  align-items:center;
}
.logoimg{
  height:50px;
  width:50px;
  background:transparent;
  border-radius:50%;
  overflow:clip;
  border:1px solid black;
}
.logoimg img{
  object-fit:cover;
  height:100%;
  width:100%;
}
.logoname{
  display:flex;
  flex-direction:column;
  background:transparent;
  padding-left:10px;
}
.logoname p:first-child{
  font-weight:500;
}
.logoname p{
  margin:0;
  color:#000000;
  line-height:1.35;
  font-weight:400;
}
.cover{
  padding:2vw;
}