@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Acme|Amaranth|Courgette|Fira+Sans+Condensed|Lato|Open+Sans|Oswald|Pacifico|PT+Sans|Raleway|Rancho|Roboto|Sacramento|Roboto+Condensed|Sarala|Signika|Source+Sans+Pro&display=swap');

@import url('https://use.fontawesome.com/releases/v5.14.0/css/all.css');

*, *::before, *::after, body, html{
  box-sizing: border-box;
  font-style: normal
}

::-webkit-scrollbar{
  width: 0
}

[tabindex], :focus, a, button, input, textarea{
  outline: none
}

body, h1, h2, h3, h4, h5, h6, p{
  margin: 0;
  padding: 0
}

body, html{
  width: 100%;
  height: 100%
}

button{
  border: none;
  cursor: pointer
}

a{
  text-decoration: none
}

.me{
  background: url("https://assets.codepen.io/1735448/internal/avatars/users/default.png") no-repeat center/contain;
  width: 40px;
  height: 40px;
  right: 16px;
  bottom: 16px;
  display: block;
  position: fixed;
  border-radius: 50%;
  z-index: 9999
}