

 @font-face {
      font-family: 'Internet Friend';
      src: url('/Internet Friends.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
 }

h1 {
font-family: 'Internet Friend';
font-size: 70px;
color: black ;
text-align: center;
 margin-bottom: 0px;
}



body {
    background-image: url('https://i.pinimg.com/736x/d0/69/d0/d069d0b32e88118bcb43a4c9569db1b6.jpg');
    font-family: 'MS Gothic', 'Courier New', monospace;
    font-size: 18px;
    color: #333;
    box-sizing: border-box; 
}

.container {
  background-image: url("/diarioboneto.png");
  background-size:  cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 95%;
  max-width: 1200px;
  margin: 20px auto;
  height: 700px;
  position: relative;
  
}

.wrapper {
  position: relative;
  display: flex;
  gap: 40px;
  justify-content: center;
}

.left {
  color: black;
  padding: 20px;
  height: 90%;
  width: 48%;
  box-sizing: border-box;
  overflow: hidden;
}

.leftwrapper {
  padding: 10px;
  margin: 70px;
  margin-top: 30px;
  height: 100%;
  width: 70%;
  min-width: 200px;
  min-height: 250px;
  overflow: hidden;
}


.right {
  color: black;
  flex: 1;
  margin-top: 100px;
  overflow: auto;
  padding: 10px;
  margin: 5px;
  width: 85%;
  min-width: 100px;
  height: 95%;
  min-height: 600px;
  box-sizing: border-box;
}

.right1 {
  color: black;
}
