body {
  color: #333;
  background-image: linear-gradient(144deg, #000 35%, #06001d);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
}

.brand_img {
  width: 8rem;
}


