body {
  background-color: #422929;
  color: white;
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

.title {
  font-size: 300%;
  letter-spacing: 5px;
  margin-top: 50px;
}

.subtitle {
  color: #4597d6;
}

.text {
  background-color: #422929;
  color: #d0d7df;
  padding: 20px 200px 20px 200px;
}

.name {
  font-weight: bold;
  color: #d0d7df;
}

.image img {
  border-radius: 50%;
  width: 500px;
  height: auto;
  margin-top: 30px;
}

.link a {
  color: white;
  text-decoration: none;
}

.link a:visited {
  color: #d0d7df;
  text-decoration: none;
}

.link a:hover {
  color: red;
  text-decoration: underline;
}

.link a:active {
  color: black;
  text-decoration: underline;
}
