*{
    box-sizing: border-box;
    padding: 0;
    margin: o;

}
aside{
    width: 300px;
    height: 580px;
    float: left; 
    background: #ffffff;
    margin-left: 20px;
    border-radius: 10px;
    box-shadow: 3px 3px #008d36;
}
.divphoto{
    width: 100px;
    height: 110px;  
    background: #646262;
    margin: auto auto;
}
section{
    margin: auto auto;
    background:rgb(255, 255, 255,0.9);
    width: 650px;
    height: 580px;
    text-align: center;
    box-shadow: 3px 3px #008d36;
    border-radius: 10px;
        /* background-image: url(../img/alianzav.jpg);
        background-repeat: no-repeat; */
    background-size: 100%;
    /* opacity: 0.5; */
     
}
input{
    height: 50px;
    width: 90px;
    padding: 10px;
    border-radius: 20px;
    background:#dedc00;
    margin: 12px;
    color: ivory;
}
input:hover{
    background: #008d36;
}

  .img{
    display: flex;
    background-image: url(../img/FondoJorge.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-position: center center;
    background-attachment: fixed;
    opacity: 0.8;
  }
  h3{
      color: #0d99eb;
  }
  @font-face {
    font-family: "Mystery Quest";
    src: url("mystery-quest.woff2");
  }
  .font{
    font-family: Comfortaa;
  }
  .fondo{
      background: #dedc00;
      background-repeat: no-repeat; 
    background-position: center;
    width: 400px;           
    height: 400px;
    border-radius: 100%;
  }