@import "bootstrap.min.css"; @import "normalize.css"; @import "responsive.css";
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

html, body, .container { height: 100%; }
body { background-image: url("../img/fondo_web.jpg"); background-position: center center; background-repeat: none; background-size: cover; text-align: center; font-family: 'Roboto', sans-serif; }
img { margin: 0 auto; max-width: 15em; }
p { margin-top: -15%; text-transform: uppercase; letter-spacing: 10px; }