@font-face {
  font-family: Mulish;
  src: url(./assets/fonts/Mulish-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: Mulish;
  src: url(./assets/fonts/Mulish-Bold.ttf);
  font-weight: bold;
}

body {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
}

p {
  font-family: Mulish, Roboto, sans-serif;
  font-size: 14px;
  color: #333;
  margin: 0;
}

.main {
  width: 1000px;
}

.logoContainer {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.logo {
  width: 350px;
  height: auto;
  object-fit: contain;
}

.qrCodes {
  height: 177px;
  width: 275px;
  object-fit: contain;
  margin-top: 24px;
  margin-bottom: 24px;
}