body {

  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.8375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1d2125;
  background-color: #fff;

}

#logoimage {
    width: 300px;
}

#myDiv {
    justify-content: left;
    align-items: left;
    text-align: center;
}

#myDiv2 {
    justify-content: center;
    align-items: center;
    text-align: center;
}
