* {
    margin: 0;
    padding: 0;
  }

body {
    min-width: 1440px;
    background: rgb(244, 246, 251);
}

a {
    text-decoration: none;
    color: inherit;
    cursor: auto;
}
