
  /* To learn how to do something, just try searching Google for questions like "how to change link color."   <style>*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: inherit;
  padding: 10;
  margin: 10;
  width:100%;
  object-fit: contain;
  
  max-height: 100vh;
}
body {
  background-color: white;
  color: black;
  font-family: Verdana;
  border: 10;
  padding: 10;
  display: inline-grid;
    grid-template-columns: fit-content(20%) 40%40%;
    grid-template-rows: fit-content;
    width: 100%;
    box-sizing: content-box;
    
}