@import url('https://fonts.googleapis.com/css2?family=Commissioner&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Commissioner&display=swap');

body{
  background-image: url(../img/fondo.jpg);
  width: 420px;
  height: 240px;

  font-family: 'Commissioner', sans-serif;
}

h3 {

  margin-left: 10%;
}

ul{
  margin-left: auto;
  list-style: none;
}


/*SELECTORES PERSONALIZADOS*/

.portada {
  background-color: white;
  width: 420px;
  height: 240px;
  margin: auto ;
  border: 2px solid black;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.fotoperfil {
  border: 2px solid black;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  margin-left: 50px;
}

.firma {
  height: 160px;
  width: 70px;
margin: 20px auto auto 40%;
height: 30%;
}
