* {
  margin: 0px;
  padding: 8px;
  border-style: none;
}
.body {
  background-color: #cda977;
}

.gomb
{
border: 1px solid #534a4b;
border-radius: 5px;
padding: 15px;
text-align: center;
color: #ffffff;
font-size: 25px;
font-weigh: bold;
background-color: #d01d32;
width: 45%;
height: auto;
}

.program
{
font-color: #1f1007;

}


.video
{
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56,25%;
  position: relative;
}

.video iframe
{
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}


.szponzor

{


}


@media screen and (max-width: 500px)
{
   
   .gomb
   {
   width: 200px;
   height: auto;
   }
}

@media screen and (min-width: 501px) and (max-width: 1279px)
{

   
   .gomb
   {
   width: 360px;
   height: auto;
   }

}