@font-face {
  font-family: "Sanchez";
  src:
    local("Sanchez"),
    url("assets/sanchez.ttf") format("truetype");
}

html {
  background-color: #f5e9e4;
  font-family: Sanchez, serif;
  display: relative
}

body{
  display: relative;
}

h1{
  margin: 0.5rem;
}

.title{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.logo{
  margin-top: 2rem;
  height: 10rem;
}
