 
 @font-face {
    font-family: 'Nintendo-DS-BIOS';
    src: url('Nintendo-DS-BIOS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Delicious';
    src: url('Delicious.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

 body {
                font-family: 'Nintendo-DS-BIOS', 'Courier New';
                color:#171717;
                height:100%;
                width:100%;
                padding:0px;
                margin:0px;
                line-height: 1.5;
                
                
}

h1, h2, h3, h4, h5, h6 {
            font-family:'Delicious';
            color:#ff89b4;
        }

        .images {
      text-align: center;
      justify-content: center;
      align-items: center;
      display: flex;
      border-color:#ff89b4;
      border-style:dashed;
      border-radius:3px;
      max-width:50%;
      padding:5px;
      margin:auto;
      display:block;
    }
