@font-face {
    font-family: a;
    src: url(Itim-Regular.ttf);
}

.navbtns{
     margin: auto;
  width: 50%;
  padding: 10px;
  text-align: center;
   position: sticky; 
   top: 10px; 
}

.navbtn, .navbtnsel{
    font-family: a;
    font-size: 32px;
    border: 1px black solid;
    width: 313px;
    height: 93px;
    background-color: white;
    border-radius: 30px;
    margin-right: 24px;
    cursor: pointer;
}

.navbtnsel{
    background-color: black;
    color: white;
}

.notfnd{
    font-family: a;
    font-size: 64px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:100vh;
    margin:0;
    text-align: center;
}

.intro{ 
    width: 812px;
    text-align: center;
    width: 50%;
    margin: 87px auto 0; 
}

.titleintro{
    font-family: a;
    font-size: 64px;
}

.pintro{
    font-family: a;
    font-size: 32px;
}

.introimg{
    height: 540px;
    width: 540px;
    border-radius: 77px;
    transform: rotate(4.92deg);
}