﻿
/* My Socil Media Icons */
* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-family: "Rubik", sans-serif;
  box-sizing: border-box;
}

.footer-icon {
  width: 3.7rem;
  height: 3.7rem;
}

.footer-icon:hover {
  border-bottom: 3px solid white;
  border-radius: 10px;
}

.gab {
  border-radius: 10px;
}
