/*==========================================================================================
	
Media CSS File
This file contains all styles for responsive layout

==========================================================================================*/

.mydiv {
    padding:5px;
    color:white;
    width: 75%;
    background-image: url("https://cometcon.org/21/img/ff.png");
    background-repeat: repeat;
    text-align: justify;
}

.papi {
    padding:5px;
    color:white;
    width: 100%;
    background-image: url("https://cometcon.org/23/img/bk22.jpg");

    text-align: justify;
    background-repeat: no-repeat;
  background-attachment: fixed;
}


.papi_aviso {
    padding:5px;
    color:grey;
    width: 100%;
    background-image: url("https://cometcon.org/23/img/f_g.jpg");

    text-align: justify;
    background-repeat: no-repeat;
  background-attachment: fixed;
}

.papi_aviso2 {
    padding:5px;
    color:grey;
    width: 100%;
    background-image: url("https://cometcon.org/23/img/fg2.jpg");

    text-align: justify;
    background-repeat: no-repeat;
  background-attachment: fixed;
}

.container2 {
  display: flex;
  width: 100%;
  height: 400px;
  flex-wrap: wrap;
}
.column {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.button {
  flex: 1;
  color: white;
      padding: 5px 10px;
}

.button.rowspan {
  flex: 2;
      padding: 5px 10px;
}