body {
  
  background-color:#00aae4;
  }

body {
  padding: 20px;
}

.tweet {
  width:70%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 12px;
}

.user {
  display: flex;
  flex-direction: row;
  height: 80px;
  width: 70%;
  margin-left: 2%;
  margin-right: 25%;
  font-family: arial;
}

.fotodeperfil {
  width: 70px;
  height: 70px
}
.fotoperfil {
  width: 100%;
  height: 100%;
  border: 1px hidden;
  border-style: groove;
  border-radius: 50px;

}

.nombreyusuario {
  padding: 10px;
  position: relative;
  bottom: 10px;
}

.contenidotw {
  margin-left: 2%;
  font-size: 22px;
  font-family: arial;
}

.imagendelink {
  width: 75%;
  height: 75%;
  border: hidden;
  border-radius: 20px;
  background-size:cover;

}

.infodeenlace {
  display: flex;
  flex-direction: column;
  padding: 10px;
  position: relative;
  bottom: 7px;
}

.pagina {
  color: #acacad;
}

.infodeltweet {
  font-family: arial;
}

.likescomentarios {
  font-family: arial;
}