/* GOOGLE MEET ANYONE */
/* ================== */

html {
    scroll-behavior: smooth;
  }
  
  @font-face {
    font-family: 'valencia sans';
    src: local('valencia sans');
    src: url('fonts/valencia-sans.ttf') format('truetype'),
         url('fonts/valencia-sans.otf') format('opentype'),
         url('fonts/valencia-sans-webfont.woff') format('woff'),
         url('fonts/valencia-sans-webfont.woff2') format('woff2');}
  
  
  /* GLOBAL ELEMENTS */
  /* =============== */

  img.google-meet-project-logo {
    width: 80%;
  }

  

/* Profile page */

  .fixedbar img.google-meet-logo {
	width: 64%;
	margin-left: -26px;
	padding-top: 82px;
	margin-bottom: 10px;
}


