@font-face {
    font-family: "ntbtstf";
    src: url(ntbtstf.otf);
}


body {
    font-size: 28px;
    color: white;
    text-align: center;
    background-image: linear-gradient(to right, black, #333333, black);
    margin: 0px;
}


/* Style the header */
.header {
  color: white;
  font-size: 60px;
  text-shadow: -10px 10px 2px black;
  font-family: ntbtstf, impact, arial;
  background: maroon;
}

.contentleft {
        width: 100px;
        color: white;
        background-color: black;
        
        padding-top: 8px 12px 16px 16px;
        border-radius: 16px;
        border: 1px solid red;
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
      }


/* Style the footer */
.footer {
  font-family: ntbtstf;
  color: black;
  background: url(chevron.avif) repeat-x bottom left;
  -mask-image: linear-gradient(to top, black 5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, black 5%, transparent 100%);
  padding: 10px;
  text-align: center;
  height: 230px;
}