.angle {
  width: 100%;
  height: 4rem;
  stroke-width: 0;
  stroke: none;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-size: 10pt;
  font-family: Poppins !important;
  color: #0a0a0a;
  font-weight: 300; }

.footer-icon {
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.5s; }

.footer-icon:hover {
  text-decoration: none; }

.footer-icon-facebook {
  color: #aaa; }

.footer-icon-facebook:hover {
  color: #3B5998; }

.footer-icon-twitter {
  color: #aaa; }

.footer-icon-twitter:hover {
  color: #55ACEE; }

.footer-icon-youtube {
  color: #aaa; }

.footer-icon-youtube:hover {
  color: #bb0000; }

.footer-icon-instagram {
  color: #aaa; }

.footer-icon-instagram:hover {
  color: #125688; }
