@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Sometype+Mono:ital,wght@0,400..700;1,400..700&display=swap');

* {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

body {
    background-color: #121212;
}

.logocenter {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
    width: 100vw;
  }

#grad-1 {
  background: linear-gradient(180deg,rgba(42, 123, 155, 1) 10%, rgba(230, 150, 242, 1) 25%, rgba(255, 255, 255, 1) 40%, rgba(230, 150, 242, 1) 55%, rgba(42, 123, 155, 1) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
