body{
   background: linear-gradient(#41097a, #030117);
   background-repeat: no-repeat;
   background-attachment: fixed;
   display: flex;
   flex-direction: column;
   min-height: 50vh;
   color:white;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    margin: 1em;
}


#no-link{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(65, 9, 122, 0.5);
  text-align: center;
  border-radius: 2.5%;
  width: 80%;
  padding: 1em;
}

#num{
  padding: 10px;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: white;
}

#links{
  padding: 10px;
  border: none;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: white;
}

.pipupiBtn{
  padding: 10px;
  background-color: #41097a;
  color: white;
  border: none;
  border-radius: 10px;
  margin: 1em;
}

#advice{
  width: 80%;
  margin: 0.5em;
  border: 2.5px solid white;
  border-radius: 10px;
  text-align: center;
  font-size: 1em;
}


/*#region Inputs*/
.social-btn{
    width: 60px;
    height: 60px;
    background: none;
    border: 2px solid #00000000;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input{
  margin: 1em;
}