body {
  background-image: url('pastel.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}

#content {
    background-color: pink;
    /*font-size: 30px;*/
    font-family: "omori";
    color: white;
    width: 1250px;
    margin-top: 32px;
    border: 20px solid white;
    border-collapse: collapse;
    text-shadow: rgb(255, 128, 128) 1px 1px, rgb(255, 128, 128) -1px 1px, rgb(255, 128, 128) -1px -1px, rgb(255, 128, 128) 1px -1px;
}

.contenidoDeCarta {font-size:32px;}

h1 {
 font-size: 64px; 
}

h2 {
 font-size: 48px; 
}

h3 {font-size:32px;}

#buttons {
    text-align: center;
}

#warning {
    color: red;
}

.ignoreMargin {
    margin-left: -50px;
    margin-right: -50px;
}

.everything {
  padding: 50px;
  border: 20px solid white;
  border-collapse: collapse;
}

input[type="button"] {
    height: 50px;
}

#colors {
  color: white;
  background-color: red;
}

#bs {
  color: white;
  background-color: black;
}
#title {
    font-size: 200px;
    text-align: center;
    color: white;
}
/*#destino {*/
/*  text-align: center; */
/*}*/

@media (max-width: 768px) {
 body {
  background-image: url('pastel.png');
  background-size: 100% 100%;
 }
}