* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", "Nirmala UI", sans-serif;
  overflow-x: hidden;
  background-color: #eef0f2;
}

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

img {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

button{
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  cursor: pointer;
}

a:visited {
    text-decoration: none;
}

.logo {
  max-width: 70px;
  max-height: 70px;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}
