@font-face {
  font-family: 'Dream Orphans';
  src: url('../assets/fonts/Dream-Orphans.otf') format('truetype');
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  background-color: #3a3434;
}

body {
  font-family: "Dream Orphans", sans-serif;
  width: 100%;
  height: 100vh;
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
}

button {
  cursor: pointer;
}

svg {
  width: 100%;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
}

ul, li {
  background-color: transparent;
}
