.html {
  background-color: rgb (0, 0, 255);
}

.attribution {
  font-size: 10px;
  text-align: center;
}

.attribution a {
  color: hsl(228, 89%, 45%);
}



* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: Kumbh Sans;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  background-image: linear-gradient(120deg, #3498db, #2342ca);
  
}

.card-form {
  size: 18px;
  width: 300 px;
  height: 365px;
  padding: 40px 40px;
  border-radius: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(cyan 35%, white 1%);
  /*background-image: url(images/image-victor.jpg);*/
  font-family: Kumbh Sans;
}

.photo {
  border-radius: 50px;
  align-items: center;
  border: 8px solid white;
}

.card-text {
  font-family: Kumbh Sans;
  text-align: center;
  text-size-adjust: unset;
  font-weight: 400;
}

.linea {
  border-top: 1px solid rgb(131, 126, 126);
  height: 2px;
  max-width: 100%;
  
  margin: 1px auto 0 auto;
}

.down{
  display: flex;
  justify-content: center;
}
.follow {
  text-align: left;
padding-right: 25%;

}

.likes {
  
  text-align: center;

  
}

.photos{
  text-align: right;
padding-left: 25%; 
}

.titulo{
  font-weight: 700;
}

.circulo{

  background-image: url(images/circulo.png);
  background-repeat: repeat;
  width:10px; 
  height:10px;
}