h5, h1, h3, p, h2 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

#titulo {
  display: inline-block;
    font-weight: bold;
    background-color: hsl(47, 88%, 63%);
    width: 100px;
    height: 30px;
    border-radius: 10%;
    margin: 0;
    line-height: 30px;
    text-align: center;
    
}

#subtitulo {
  font-weight: bold;
  margin: 1px;
}

#texto {
  color: hsl(0, 0%, 42%);
}
#texto2 {
  color: (0, 0%, 7%);
}
#usuario {
  font-weight: bold;
}

body{
  background-color: hsl(47, 88%, 63%);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  
  
}
.contain{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: hsl(0, 0%, 100%);
  width: 350px;
  height: 500px;
  border-radius: 3%;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  padding: 20px;
  box-shadow: 10px 10px 0px black; 
  
}

.final{
  display: flex;
  gap: 15px;
  
}
#foto{
  width: 30px;
  height: 50px;
 
}

#imagen{
  width: 350px;
  height: 250px;
  border-radius: 33px;
  
}
.attribution {
  margin-top: 11px;
  
  
}