
.body {
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    display: flex;
    padding: 10px;
    margin: 0px;
    height: 90vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffefcb;
    
}

.writebox {
  display: flex;
  flex-direction: row;
  margin-right: 18px;
  margin-left: 18px;
}

.writebox ul {
  list-style-type: none;
  padding-left: 0;
  padding: 5px;
  margin-right: 5px;
  min-height: 50vh;
  border: 1px solid;
  background: aliceblue;
}

.writebox p {
  border: 1px solid;
  display: flex;
  min-width: 235px;
  padding: 20px;
  background-color: aliceblue;
}

.banner {
  border: 1px solid;
  max-width: 314px;
  min-width: 310px;
}


.main ul {
  padding: 20px;
  margin-left: 13px;
  list-style-type: none;
  flex-direction: column;
  border: 1px solid;
  width: 160px;
  height: 200px;
  background-color: aliceblue;

}

.main {
  display: flex;
  flex-direction: row;
}

.main img {
  display: flex;
  flex-direction: row;
  padding-top: 5px;
  height: 260px;
  width: 130px;
}

.menu ul{
    margin: 0px;
    padding-left: 0; 
    list-style-type:none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 72px;
    border: 1px solid;
    padding: 15px;
    background-color: aliceblue;
  }

.menu a{
    text-decoration: none;
    color:black;
}

a:hover {
    color: rgb(218, 168, 21);
}

@font-face {
  font-family: 'tribute-to-caselli';
  src: url('/resources/zaiTributeToCasellisPantelegraph.woff2') format('woff2'),
      url('zaiTributeToCasellisPantelegraph.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
  