body {
  background-color: rgba(15, 14, 14, 0.913);
}

.title {
  font-size: 50px;
  color: gold;
  margin-left: 70px;
  font-family: Courier;
  /* background-color: brown; */
}

.title:hover {
  color: purple;
}
.profile-container {
  /* background-color: wheat; */
  max-width: 560px;
  margin: 0 auto;
  /* margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 100%;
  height: 600px; */
  text-align: center;
}

.profile-avatar {
  border-radius: 50%;
  width: 150px;
  border-color: gold rgba(26, 216, 26, 0.7) gold;
  border-style: solid;
  /* border-color:  gold; */
}

.profile-avatar:hover {
  border-radius: 40%;
  border-color: purple rgba(240, 57, 6, 0.943) purple;
}

.name {
  color: gold;
  /* background-color: aqua; */
  font-size: 30px;
  font-family: "Courier New";
  font-weight: bolder;
  max-width: 660px;
  margin: 0 auto;

}

.name:hover {
  color: violet;
}

.bio-text {
  color: gold;
  font-weight: 400;
  font-size: x-large;
  font-family: monospace;
}

.bio-text:hover {
  color: violet;
}

.bio-text a {
  text-decoration: none;
  color: gold;
}

.bio-text a:hover {
  color: purple;
}

.left-brace {
  font-size: 150px;
  color: gold;
}

.left-brace:hover {
  color: purple;
}

.right-brace {
  font-size: 150px;
  color: gold;
}

.right-brace:hover {
  color: purple;
  /* font-size: 150px; */
}

.social-container {
  /* background-color: wheat; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  /* width: 700px;
  height: 500px; */
  text-align: center;

  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.icons {
  font-size: 50px;
  width: 100px;
}

.icons i {
  color: rgba(236, 203, 12, 0.792);
}

.icons i:hover {
  transition: is ease-in-out;
  font-size: 35px;
}

.nav {
  /* background-color: aqua; */
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}

.nav-inner-2 {
  /* background-color: blueviolet; */
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.title-logo {
  float: left;
}

.nav-inner-2-link a {
  text-decoration: none;
  font-size: 25px;
  padding: 25px;
  color: gold;
}

.nav-inner-2-link a:hover {
  color: violet;
  transition: is ease-in-out;
  font-size: 35px;
}
