.Welcome {
  margin-top: 10vh;
  height: fit-content;
  padding-bottom: 5vh;
}

form p {
  color: var(--primary-color);
  margin-top: 24px;
}

@media only screen and (max-width: 1000px) {
  .Welcome {
    top: 1vh;

    width: 90vw;

    height: 80vh;

    padding-bottom: 24vh;
  }



}