body {
  margin: 0px;
}
.container {
  margin: 0px;
  width: 100vw;
  height: 100vh;
  display: flex; /*  <-------------- required               */
  flex-direction: column; /*  <-------------- required               */
  justify-content: space-between; /*  <-------------- required               */
}

* {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.navbar {
  margin: 20px 20px;
  display: flex;
  justify-content: space-between;
}
.menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 30px;
}
.menu a {
  border-radius: 24px;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.menu a:active {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.botonUno {
  margin-bottom: 20px;
  background: #0a3871;
  color: rgb(255, 255, 255);
  padding: 30px 100px;
  cursor: pointer;
}
.botonDos {
  /*  margin: 20px; */
  background: #ffffff;
  border: 1px solid #0a3871;
  color: rgb(35, 35, 35);
  padding: 20px 35px;
  cursor: pointer;
}
.botonTres {
  border-radius: 24px;
  margin: 5px;
  background: #ffffff;
  border: 1px solid #0a3871;
  color: rgb(35, 35, 35);
  padding: 5px 15px;
  cursor: pointer;
}

.botonTres:active {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.volvermenu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.menujuego{
  display: flex;
 
  flex-direction:row;

}
.menujuego a{
  margin-inline: 20px;
}
.volvermenu a {
  border-radius: 24px;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
/*   margin-top: 50px; */
  background: #ffffff;
  border: 1px solid #0a3871;
  color: rgb(35, 35, 35);
  padding: 20px 35px;
  cursor: pointer;
}

.volvermenu a:active {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.pieDePagina hr {
  width: 75%;
  background-color: rgba(151, 151, 151, 1);
  border: 1px solid rgba(151, 151, 151, 1);
  margin-top: 15px;
}
.iconos * {
  margin-left: 5px;
  margin-right: 5px;
}

.pieDePagina {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(242, 241, 254, 1),
    rgba(221, 225, 254, 1),
    rgba(199, 212, 255, 1),
    rgba(173, 201, 255, 1)
  );
  display: flex;
  flex-direction: column;
  align-items: center;

  /*  left: 0px;
  position: fixed;
  bottom: 0;
  width: 100%;   */
  height: 120px;
}

.contenedor-lista {
  border-radius: 24px;
  border: 1px solid #0a3871;
}

.contenedor-agregar input {
  border-radius: 24px;
  border: 1px solid #0a3871;
  padding-inline: 10px;
}
.contenedor-lista p {
  display: flex;
  justify-content: center;
  margin-inline: 15px;
}

.ol::-webkit-scrollbar {
  display: none;
}

ol {
  padding-inline-start: 0px;
  padding: 20px;
}
.ol {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.lista {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  margin-bottom: 50px;
  /*  align-items: center; */
}

ul {
  /*  padding-bottom: 5px; */

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline-start: 0px;
}


.contenedor-agregar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contenedor-agregar input {
  width: 255px;
}


.grafico{

  display: flex;
  align-items: center;
  justify-content: center;
}

/* .juego{
  display:block;
} */
/* @media screen and (max-width: 375px) {
  #d{

    display:flex;
  
  }
}
 */


















 .window-notice {
  background: rgba(33, 41, 52, .85);
  bottom: 0;
 /*  display: flex; */
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  transition: background .6s;
}


.content-buttons { 
  margin: auto;
  text-align: center; 
}

.content-buttons a {
  border-radius: 24px;
  text-decoration: none;  
  padding: 15px;
  background-color: #0080DE;
  color: #FFF;
 
}

.content-buttons a:hover {
  background-color: #006AB8;
}
