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

/* SIDEBAR */
#sidebar {
  position: fixed;
  left: 0px;
  background-color: rgba(200, 200, 200, 0.5);
  width: 100px;

  height: 100%;
  margin: 0px;
  text-align:center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-links {
margin-left: -40px;
  font-size: 40px;
  height: 40px;
  width: 50px;
  margin-bottom: 40px;
  padding: 10px;
  background: white;
  border: dashed rgb(155, 155, 155) 1px;
  border-radius: 15px;
  box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 20%);
  list-style:none
}
.sidebar-links:hover {
  margin-left: -40px;
  font-size: 50px;
  height: 50px;
  width: 60px;
  margin-bottom: 40px;
  padding: 10px;
    background: rgba(200, 200, 200, 0.43);
  border: dashed rgb(155, 155, 155) 1px;
  border-radius: 15px;
  box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 20%);
  list-style:none
}

h1.texto-sidebar {
  color: #7d7d7d;
  padding: 20px;
}

.img-circle {
  border-radius: 50%;
}

.card {
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 30px;
  padding: 20px;
  background: white;
  border: dashed rgb(155, 155, 155) 1px;
  border-radius: 15px;
  box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 20%)
}

a {
  color: #7d7d7d;
  text-decoration: none;
}

.text-center {
  text-align: center;
}

a:hover {
  color: #DD5555;
  text-decoration: none;
}

.boton:hover {
  color: red;
}

.texto {
  font-size: 25px;
}

.estilo {}

.lista-sidebar {
  margin-bottom: 100px;
}

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

div {
  display: block;
}

#FOTO_PERFIL {
  height: 200px;
}

body {
  background: #EBEBEB;
  color: #7d7d7d;
}

h1 {
  color: rgb(0, 0, 244)
}

strong {
  font-weight: bold;
}

#LINKS {
  font-size: 25px;
}

.link-github {}

.red {
  height: 40px;
}

div#FOLLOW> {
  align-items: center;
}

table {
  border: 3px;
  border-color: rgb(0, 0, 244);
  border-style: solid;
  border-collapse: collapse;
  text-align: center;
  font-family: bit;
}

table, thead, tbody, {
  border-collapse: collapse;
  margin: 100px;
}

th {
  font-size: 1.3em;
  background: rgb(10, 50, 255);
  font-family: bit;
}

th, td {
  border: 3px;
  border-style: dashed;
  border-color: rgba(10, 100, 255, 0.82);
  margin: 1px;
  padding: 15px;
}

.tabla {
  display: flex;
  justify-content: center;
  align-items: center;
}
