* {
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Montserrat', sans-serif;
}

body {
  min-height: 100vh;
  background: #EBEFF3;
}
