@font-face {
  font-family: "interBold";
  src: url("./assets/fonts/static/inter-Bold.ttf") format("ttf");
}
body {
  background: hsl(0, 0%, 8%);
  display: flex;
  justify-content: space-between;
  margin: 0;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  font-family: "interBold", sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  background: hsl(0, 0%, 12%);
  width: 330px;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
}

.photoMain {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
}
.photoMain picture img {
  padding: 20px;
  border-radius: 50%;
  width: 85px;
}

.nameMain div h1, .nameMain div h3, .nameMain div p, .phaseMain div h1, .phaseMain div h3, .phaseMain div p {
  text-align: center;
  color: hsl(0, 0%, 100%);
}
.nameMain div h1, .phaseMain div h1 {
  font-weight: 600;
  margin: -10px;
}
.nameMain div h3, .phaseMain div h3 {
  font-weight: 700;
  font-size: 14px;
  color: hsl(75, 94%, 57%);
}
.nameMain div p, .phaseMain div p {
  font-size: 14px;
  font-weight: 400;
}

.buttonsMain {
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px;
}
.buttonsMain div {
  padding: 10px;
}
.buttonsMain div button {
  width: 270px;
  padding: 12px 0px;
  background: hsl(0, 0%, 20%);
  border: none;
  border-radius: 7px;
  color: hsl(0, 0%, 100%);
  font-family: "interBold", sans-serif;
  font-weight: 700;
}

.containerFooter {
  display: grid;
  justify-items: center;
  background: #000;
  width: 100%;
}
.containerFooter h3 {
  color: #fff;
  text-align: center;
}
.containerFooter a {
  color: #FF3F00;
  text-transform: capitalize;
  text-decoration: none;
}
.containerFooter:hover {
  text-decoration: underline;
}/*# sourceMappingURL=styles.css.map */