@font-face {
  font-family: bit;
  src: url("../Fonts/Over The Rainbow.ttf");
}

.tipografia {
  color: white;
}

.centrado {
  text-align: center;
}

.list-inline {
  display: inline-block;
  width: 90px;
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  background-image: url(fondo.gif);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

body {
  background: rgba(50, 50, 255, 0.2);
  backdrop-filter: blur(100px);
  height: 100vh;
  width: 100%;
  flex: 0 0 100%;
  display: flex;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

html, body {
  width: 100%;
  height: 100%;
  line-height: 1.5;
}

#IFrame1 {
  border-style: none;
  width: 80%;
  height: 1000px;
}

a {
  color: white;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: white;
  text-decoration: none;
  outline: none;
}

.container-fluid {
  text-decoration: none;
}

/*HEADER*/
header {
  height: 65px;
  width: 100%;
  position: absolute;
  top: 0;
  font-size: 350%;
  align-items: center;
  text-align: center;
}

h1#NOMBRE {
  color: #e0e0e0;
  font-weight: bold;
  margin-top: 15px;
  font-size: 35px;
  font-family: bit;
}

/*               container                   */
.card {
  margin-left: 150px;
  margin-right: 150px;
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(250, 250, 250, 0.09);
  border: solid rgb(155, 155, 155) 1px;
  border-radius: 15px;
  box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 20%)
}

.container {
  align-items: center;
  margin-top: 25px;
  margin-bottom: 100px;
}

.container-footer {
  background-color: rgba(164, 141, 118, 0.58);
  height: 50px;
}

#formulario {
  color: black;
}

option {
  color: black;
}

.footer {
  color: white;
}

#IFrame1 {
  height: 200px;
  width: 200px;
}
