:root {
    --header-height: 8rem;
    --orange:#00ac8a;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.socials img{
  width: 3rem;
  margin: 0.5rem;
}
.socials img:hover{
  opacity: 0.7;
}

/*body footer {
  background-color:#00ac8a;
  color:white;
  text-decoration: bold;
}*/
