body{
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
}

.bg1{
  padding: 0.1px;
  padding-bottom: 2rem;
  min-height: calc((100vh - var(--height-navbar) - var(--height-footer) - 6rem - 1px) - 2rem);
}

.namePage{
  text-align: center;
  font-size: 3.5em;
}

.text-tiny {
  font-size:.7em
}
.text-small {
  font-size:.85em
}
.text-big {
  font-size:1.4em
}
.text-huge {
  font-size:1.8em
}

article a{
  color: rgb(0, 209, 255);
  transition: all, 0.5s;
}

article a:hover{
  color: rgb(255, 0, 245);
}