body {
  background-color: black;
  color: #d05e2d;
  font-Family: 'Iosevka Web';
  
}

.button {
  width: auto;
  border-width: 0;
  padding: 0;
}

img {
  border: 2px solid #d05e2d;
  border-radius: 3px;
  padding: 1px;
  width: 50%;
  align: bottom;
  position: bottom;
}

.bar {
  text-align: center;
}

h2 {
  color: tomato
}

a:link {
  color: blueviolet;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #d05e2d;
  background-color: transparent;
  text-decoration: wavy;
}

a:hover {
  color: tomato;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: lightcoral;
  background-color: transparent;
  text-decoration: underline;
}