html {
  height: 100%;
  width: 100%;
}

.container_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.intro_img{
  width: 75%;
  max-width: 400px;
  height: auto;
  border: solid white 2px;
  border-radius: 150px;
  padding: 20px 20px 20px 20px;
}

.seen{
  color: rosybrown;
}

body {
  color: white;
  background-color: black;
  font-family: 'Courier', sans-serif;
  text-align: center;
}

.same_color {
  color: bisque;
}

button {
  background-color: black;
  border-radius: 20px;
  padding: 5px 20px 5px 20px;
  margin: 4px 4px 4px 4px;
}

a {
  font-size: 20px;
  font-family: 'Courier';
  text-decoration: none;
  color: white;
}

.container_ascii {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

pre {
  font-family: Courier;
  font-weight: 900;
  font-size: 6px;
  text-align: left;
  color: bisque;
}

.status{
  font-size: 14px;
}

.self_portrait{
  height: 100px;
  width: 100px;
  border: solid white 2px;
  border-radius: 150px;
  padding: 10px 10px 10px 10px;
}
