:root{
  --magic-color: #948fc3;
}

body,
html {
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif; 
  background-color: var(--magic-color);
  color: white;
}

@font-face {
  font-family: "nailsalon";
  src: url("NailSalon-Regular.otf");
}

p,b,span{
  font-size: 20px;
}

h1 {
  margin-top: 6%;
  font-family: "nailsalon";
  font-size: 5rem;
  text-align: center;
  font-weight: 100;
}




.altro{ 
  border: dashed 2px !important;
}


.flex {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.flex p{
  width: 70%;
}

.gap {
  gap: 1rem;
}

input[type="submit"],
.button {
  font-family: Arial, Helvetica, sans-serif; 
 

  border: white solid 1px;
  border-radius: .5rem;
  background-color: transparent;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 20px;
  color: white;
}

input[type="submit"]:hover,
.button:hover {
  background-color: white;
  color: var(--magic-color);
  transition: cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}


textarea{
  width: 100%;
  height: 45mm;
  font-size: 20px;
  padding: 1rem;
  border-radius: 1rem;
  border: none;
  font-family: monospace;
  color: rgb(87, 122, 91)
}

#fileToUpload {
  visibility: hidden;
}

p {
  margin-bottom: 0rem;
}

button {
  margin-top: 2rem;
}
a {
  text-decoration: none;
  color: unset !important;
}
