/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change lblackink color." */

body {
  background-image: url(bg.png);
  color: #39FF14;
  font-family:monospace;
  text-align: center;
   border: 5px solid #39FF14;
  min-height: 95vh;
  margin: 10px;}
h1 {
  font-size: 100px;
  border: 4px so white;
  padding: 6px;
}
p { font-size: 30px }
h2 {font-size: 45px
}
img {
  border: 3px solid white;
  padding: 5px;
}
.icon-text {
  margin-top: 10px;
  font-size: 18px; 
}