body {
  background-image: url("assets/images/barogue background by christian skiada what a amazing photographer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
  }
  
.main {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 600px;
  background-image: url("assets/images/the old fucking page.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 98vh;
  }  
  
.nav {
  display: flex;
  padding: 1%;
 
  z-index: 2;
  width: auto;
  max-width: 600px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0px;
  margin-top: 2vh;
  }  

.nav p {
  color: rgba(0, 0, 0, 0.67);
  font-family: 'Chomsky', sans-serif;
  font-size: 2rem;
    margin: 0px;
  }
  
.nav a {
  text-decoration: none;
  }

.nav a:hover p{
  color: brown;
  opacity: 0.67;
  }  
  
.yap {
  display: flex;
  padding: 4%;
  font-family: "Tangerine", serif;
  z-index: 3;
  font-weight: 700;
  }  
  
.yap p {
  font-size: 2rem;
  }  
  
@media (max-width: 600px) {
  
  
  .main {
    height: 98vh;
    max-height: 650px;
    }
  
  .nav {
    gap: 20px;
    }
  .nav p{
    font-size: 1.5rem;
    margin: 0;
    }
  
  .yap p {
    font-size: 1.75rem;
    }
  }  