html {
  background-color: rgb(255, 255, 255);
  margin: 30px 50px;
  align-items: center;
}

html, body {
  height: 100%;
  margin: 0;
}

.container {
  max-width: 1000px;   /* or whatever width you want */
  margin: 30px auto;   /* top/bottom: 30px, left/right: auto for centering */
  padding: 20px;       /* optional internal space */
  box-sizing: border-box;
  align-items: center;
  text-align: center;

}

.retangle {
  max-width: 1000px;   /* or whatever width you want */
  margin: 0 auto;
  padding: 20px;       /* optional internal space */
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  display: block;
  margin: 0 auto;
}

.retangle1 {
  max-width: 60%;   /* or whatever width you want */
  margin: 0 auto;
  padding: 20px;       /* optional internal space */
  box-sizing: border-box;
  text-align: center;
  align-items: center;
  display: block;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  align-items: center;
}

body {
  margin: 30px 50px;
  text-align: center;
  font-family: monospace;
  background-color: rgb(255, 255, 255);
  font-size: smaller;
}

ul, ol {
  list-style: none;   /* removes bullets or numbers */
  margin: 0;          /* removes default margin */
  padding: 0;         /* removes default padding */
}

h1 {
  font-size: xx-large;
}

h2 {
  font-size: x-large;
}

h3 {
  font-size: large;
}

h4 {
  font-size: medium;
}

/*body {
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical center */
  /*align-items: center;     /* horizontal center */
  /*min-height: 100vh;
  font-family: monospace;
  background-color: rgb(255, 255, 255);
}
.thumbnailimage {
   max-width: 50%;
}

img {
  max-width: 50%;
  height: auto;
  display: block;
}




//* .libre-franklin-<uniquifier> {
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }
  
.dm-mono-light {
    font-family: "DM Mono", monospace;
    font-weight: 300;
    font-style: normal;
  }
  
  .dm-mono-regular {
    font-family: "DM Mono", monospace;
    font-weight: 400;
    font-style: normal;
  }
  
  .dm-mono-medium {
    font-family: "DM Mono", monospace;
    font-weight: 500;
    font-style: normal;
  }
  
  .dm-mono-light-italic {
    font-family: "DM Mono", monospace;
    font-weight: 300;
    font-style: italic;
  }
  
  .dm-mono-regular-italic {
    font-family: "DM Mono", monospace;
    font-weight: 400;
    font-style: italic;
  }
  
  .dm-mono-medium-italic {
    font-family: "DM Mono", monospace;
    font-weight: 500;
    font-style: italic;
  }
  