.profileCreator{
  background-color: #151540;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.textProfile{
  background: linear-gradient(#151540, #ffffff);
  position: fixed;
  display: inline-block;
  width: 100%;
  top: 10%;
  padding-left: 5%;
  padding-right: 5%;
  height: 160%;
}


.titlefont{
  font-size: 180%;
  font-weight: bold;
  color: white;
  text-align: center;
}

.inputName{
  font-size: 160%;
  height: 3%;
  width: 65%;
  color: #151540;
}

.profilefont{
  font-size: 140%;
  font-weight: bold;
  color: white;
}


.profileradio{
  content: '';
  width: 100%;
  min-width: 10em;
  max-width: 20em;
  display: inline-block;
}

input[type=radio] {
  margin-left: 2%;
  margin-right: 4%;
  margin-bottom: 4%;
  transform: scale(2);
  accent-color: #5ca6fa;
}

.saveprofilebutton{
  margin-top: 5%;
}






.deleteprofile{
  background-color: #151540;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.deleteprofilegradient{
  background: linear-gradient(#151540, #ffffff);
  position: fixed;
  padding-left: 5%;
  padding-right: 5%;
  top: 5%;
  width: 100%;;
  height: 100%;
  
}

.deleteprofiletext{
  position: absolute;
  width: 60%;
  max-height: 25%;
  top: 20%;
  left: 10%;
  padding: 5% 5%;
  text-align: center;
  background: white;
  color: #151540;
  font-weight: bold;
  line-height: 160%;
  font-size: 160%;
}

.buttoncreateprofile {
  position: relative;
  background-color: #151540;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  font-size: 80%;
  margin-top: 10%;
  cursor: pointer;
  
}