.text {
  font-family: 'VT323', monospace;
  font-style: italic;
  color: white;
  font-weight: lighter;
  font-size: 18px;
  border-width: thin; border-color: white; border-style: dotted;
  padding: 10px;
  left: 610px;
  top: 400px;
  width: 500px;
  height: 85px;
  position: absolute;
  text-align: center;
  background-color: black;
  font: url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=VT323&display=swap');
}

body {
  background-image: url(https://www.wfyi.org/files/wfyi/articles/original/kroger.jpg);
  background-size: 1680px 920px;
  background-repeat: no-repeat;
}

.text2 {
    font-family: 'VT323', monospace;
    font-style: italic;
    color: white;
    font-weight: lighter;
    font-size: 18px;
    border-width: thin; border-color: white; border-style: dotted;
    padding: 10px;
    left: 750px;
    top: 550px;
    width: 200px;
    height: 25px;
    position: absolute;
    text-align: center;
    background-color: black;
    font: url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=VT323&display=swap');
  }
