body { background-image: url(../img/fondo.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%  100%; 
    
}

#cont{background-color: rgba(255,255,255,.7);
    border-radius: 20px;
      width: 600px;
      height: 450px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      padding: 10px;
      font-size: 22px;
      font-family: "Comic Sans MS";
    ;}

#logos{margin-left: auto;
    margin-right: auto;
    display: block;
      
  }

  .button {
    display: block;
    width: 30%;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #528620;
    background-clip: padding-box;
    border: 1px solid #528620;
    
}