body {
  background-color: azure;
  background-image: linear-gradient(to bottom, lightblue, white);
  font-family: Fredo, Lato, Arvo;
}

.img-maxmin {
  max-width: auto;
  max-height: calc(20vw);
  box-shadow: 0 0 8px 8px white inset;
}

.index-hover:after{
    content: 'de Engenharia da Computação';
}

.index-hover:hover:after{
    content: 'da Maratona de Programação';
}

.iconify { width: 30px; height: 30px; }

.txt-h1 {
  font-size: calc(30px + 3vw);
}

.icons-footer {
  padding: 10px calc(15px + 1.5vw) 10px calc(15px + 1.5vw);
}

.my-section1 {
    padding-top: 25px;
    padding-bottom: 25px;
}