/* Put any custom CSS styles here.  */
/* Be sure to delete the <style> tag in index.html if you want to use this stylesheet. */
body {
  margin: 0;
  font-family: "Noto Sans", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
  min-height: 100vh;
  background-color: #e5e7eb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.credits {
  color: #777;
  position: fixed;
  bottom: 24px;
  left: 24px;
  font-size: 11px;
  text-align: center;
}

.credits a {
  color: #000;
  font-weight: bold;
}

.profile-card{
  display: flex;
  width: 21.25rem ;
  flex-direction: column;
  margin-top: 12.5rem ;
  margin-inline: auto;
  background-color: #fff;
  padding: 1.4rem;
  border-radius: 0.5rem;
}

.info{
 display: flex;
 flex-direction: column;
 width: 100%;
 align-items: center;
 gap: 0.1rem;

 margin-bottom: 1.5rem;
}


.info img{
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.6rem;
}


.content .descricao{
  text-align: center;
}

.descricao p{
  width: 100%;
  text-align: center;
  font-size: 0.955rem; 
  margin-bottom: 2.5rem;
}

.descricao h1{
  width: 100%;
  margin-bottom: 1.8rem;
}

.redes-sociais a {
  text-decoration: none;
}


.redes-sociais{
  display:flex;
  justify-content: center;
  gap:1.5rem;
  margin-bottom: 0.5rem;
}

.redes-sociais i{
  font-size: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  color: #4338ca;
  align-items: center;
  justify-content: center;
}