/* 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 link color." */

body {
  background-color: black;
  color: white;
  font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
}

#icon {
  border-radius: 8px;
  width: 4%;
  height: auto;
}

#center {
  position: absolute;
  top: 800px;
  right: 500px;
  width: 200px;
  height: 100px;
  border: 3px solid #73AD21;
}