@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');

@media (min-width: 0px) and (max-width: 630px) {
    
     .container-footbal
        {
            /*transform: scale(0.99);  */
            /*padding-right: 12% !important;*/
            width: 100% !important;
            

        }
        
        .container {
            overflow: hidden;
        }
    
}
    
    
  .container-footbal
  {
    width: 550px;
    margin-top: 50px;
    margin-bottom: 50px;

  }

  div.topic {
    font-family:"Quicksand", serif;
    /*background-color: red;*/
    padding-top: 10%;
  }
  .app-footbal{
    width: 100%;
    height: 200px;
    background: linear-gradient(90deg,#43cea2,#185a9d);
    border-left: 11px solid #43cea2;
    border-right: 11px solid #185a9d;
    border-radius: 20px;

  }
  div.header-footbal{
    position: relative;
    width: 100%;
    height: 140px;
    text-align: center;
  }