@font-face {
  font-family: "Montserrat-Regular";
  src: url("./assets/fonts/Montserrat/Montserrat-Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("./assets/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

html,
body {
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url("./assets/bg-7.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

main {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: max-content;
}

.logo {
  height: 100px;
  width: 100px;
}

h1,
h3 {
  color: #fff;
}

.code {
  font-family: "Montserrat-Bold";
}

.description {
  text-align: center;
  font-family: "Montserrat-Regular";
}
