@font-face{
  font-family: "Hui";
  src: url("../fonts/HuiFont29.ttf");
}

html{
  font-size:62.5%;
  font-family:"Hui";
}

body{
  margin:0;
  display:grid;
  width:100%;
  height:100dvh;
  grid-template-rows: 1fr 1fr 1fr;

  background:linear-gradient(to bottom, white, rgb(20, 90, 150));
  background-attachment: fixed;
  background-position: center;
}

header{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1{
  font-size:4rem;
}

#not-found-text{
  font-size:2.6rem;
}

#caption{
  font-size:2.6rem;
}

main{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#home-link{
  display:flex;
  align-items: center;
  justify-content: center;
}

#not-found-img{
  width:90%;
  max-width:400px;
}

footer{
  font-size:2.8rem;
  margin:40px;
  text-align:center;
}

#sakura{
  font-size:3rem;
  color:white;
}