@import url('https://fonts.googleapis.com/css?family=Anton|Roboto');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gulzar&display=swap');
@font-face {
  font-family: "Anybody";
  src: url("https://assets.codepen.io/1492907/Anybody.woff2") format("woff2");
}

@media only screen and (max-width: 525px){
  #contact-emoji {
    width: 50px;
  }
}





/* Other styles BODY */
* { 
  padding: 0;
  margin: 0;
  box-sizing: border-box; 
  font-family: "Anybody";
}

html {
  scroll-behavior:smooth;
  width: 100%;
  top:0;
  left:0;
 
}

body {
  background-color: #f0f0f0;
    top:0;
    left:0;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #000;
  
}

h2,h3,h4,h5{
  font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.35;
    color: #0e0e0e;

}















