*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: linear-gradient(to right, #6e1fda, #27006a);
  font-family: "Space Grotesk", sans-serif;
}

.main-container {
  margin: 55px auto;
  height: 500px;
  width: 820px;
  background-color: #170058;
  border-radius: 12px;
  box-shadow: 1px -3px 12px 7px #36007e;
  padding-top: 30px;
}

h1 {
  text-align: center;
}

h2 {
  padding-top: 10px;
  text-align: center;
  color: #2adcff;
  font-weight: 900;
  font-weight: bold;
  font-size: 50px;
}

.ready {
  margin-top: 20px;
  text-align: center;
  color: white;
  font-weight: 900;
  font-size: 20px;
}

.avatar {
  border-radius: 50%;
  height: 80px;
  top: 10px;
  left: calc(50% - 50px);
}

.done {
  width: 380px;
  height: 300px;
  position: absolute;
  bottom: 70px;
  right: 90px;
}

.rform {
  text-align: center;
  margin: 50px 400px;
}

.reg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 20px;
  background-color: #170058;
  border-radius: 12px;
  box-shadow: 1px -3px 12px 7px #36007e;
}



.button {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
}

#ph {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
}

#but {
  color: white;
  font-size: 18px;
}

#submit {
  width: 150px;
  padding: 10px;
  border-radius: 38px;
  border-style: none;
  font-family: inherit;
  font-weight: 900;
  font-size: 15px;
  outline: none;
  background-color: #2adcff;
  color: white;
}

#submit:hover {
  background-color: white;
  color: #2adcff;
}

.bottom {
  text-align: center;
  font-size: 1rem;
}

.handles {
  padding-top: 70px;
  text-align: center;
  font-size: 1rem;
}

#add {
  width: 550px;
  padding: 10px;
  border-radius: 5px;
}

a {
  color: black;
}

.fa-linkedin:hover,
.fa-github:hover,
.fa-youtube:hover,
.cp {
  color: white;
}

.fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

input {
  border: none;
  box-shadow: none;
  font-family: inherit;
}

p:not(.cp) {
  /* margin: auto; */
  text-align: left;
}

p {
  color: white;
  /* display: inline-block; */
}

.input-details {
  display: flex;
  flex-direction: column;
}

.input-details div {
  margin-top: 30px;
}

textarea {
  width: 100%;
  border-radius: 10px;
}