html,body 
{
    height: 100%;
}

body {
  background-image: url("../img/background.jpg");
  background-repeat: repeat-y;
  background-size: 100%;
  color: white;
} 

@font-face {
    font-family: 'neuropol_xregular';
    src: url('../fonts/neuropol_x_rg-webfont.woff2') format('woff2'),
         url('../fonts/neuropol_x_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.header {
    margin-top: 25px;
}


.flechas-row {
    margin-top: 225px;
}

#logo {
    position: relative;
    top: 25%;
}

#arrows {
    position: relative;
    bottom: 10%;
}

.banner {
    font-family: neuropol_xregular;
    font-size: 10pt;
    text-align: center;

    padding: 25px;
    margin: 0 auto;
    border: 5px solid #6E5D85;
    border-image-source: url("../img/box-border.png");
    border-image-repeat: repeat;
    border-image-repeat: repeat;
    border-image-repeat: repeat;
    border-image-repeat: repeat;
    border-image-width: 72px;
    border-image-slice: 72;
}


