/* I made this file as a quick solution for the logo issue on the landing pages, but I think it can be used for other things as well. I will add more styles to it as needed. */

header .logo {
  opacity: 1;
  transition: all 200ms ease;
}
