@font-face {
    font-family: omori;
    src: url("OMORI_GAME2.ttf");
}

#destino {
 text-align: center; 
}

.textoOmori {
    font-family: "omori";
}

body {
  background-image: url('dsr_small_banner.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
}

#content {
    background-color: black;
    font-size: 30px;
    font-family: "omori";
    color: white;
    width: 1000px;
    margin-top: 250px;
    border: 10px;
    border-collapse: collapse;
}

#buttons {
    text-align: center;
}

#warning {
    color: red;
}

.ignoreMargin {
    margin-left: -50px;
    margin-right: -50px;
}

.everything {
  padding: 50px;
}

input[type="button"] {
    height: 50px;
}

#colors {
  color: white;
  background-color: red;
}

#bs {
  
  color: white;
  background-color: black;
}
#title {
    font-size: 100px;
    text-align: center;
    color: white;
}