* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  min-width: 320px;
  min-height: 100%;
  width: 100%;
  background: #000000 url("../img/background.svg") center center no-repeat;
  background-size: auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  margin: 0 auto;
  padding: 60px 15px;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stores-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.store-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.store-link img {
  display: flex;
  align-items: center;
  justify-content: center;
}
