body
{
	font-family: "Outfit";
	height: 100%;
	margin-right: 0;
}

.outfit-<uniquifier> 
{
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.bg
{
	background-image: url("img/background.jpg");
	background-repeat: no-repeat;
	background-size: cover;   
	min-height: 100dvh;
	background-position: center;
	place-items: center;
	
}

.content
{
	min-width: 50dvw;
	max-width: 70dvw;
	
	
	
	/* From https://css.glass */
	background: rgba(146, 146, 146, 0.69);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10.1px);
	-webkit-backdrop-filter: blur(10.1px);
	border: 1px solid rgba(146, 146, 146, 0.31);
	
	
	
}

.first-form
{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px 34px;
  place-items: center;
}

.items
{
	text-align: center;
	justify-content: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}


#addButton
 {
  background: #2964d9;
  border-radius: 999px;
  box-shadow: #184cb5 0 10px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
}

#removeButton
 {
	 margin-right: 2vw;
  background: #eb363c;
  border-radius: 999px;
  box-shadow: #b02126 0 10px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
}

button 
{
	margin: 5px;
}
input
{
	width: 95%;
	max-width: 95%;
}

.actionButtons
{
	text-align: right;
}

.inputContainer
{
	margin-top: 5px;
	text-align: center;
}

#submit
{
	margin-right: 2vw;
	width: 50%;
	background: #62f569;
  border-radius: 999px;
  box-shadow: #43c449 0 10px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
	
	
}

#subButton
{
   text-align: right;
   width: 100%;
   
  
}


.gapfeel
{
	height: 10dvh;
	width: 100%;

}

#namebox
{
	text-align: center;
	line-height: 2dvh;
	margin-bottom: 8vh;
}

h1
{
font-size: 35px;
	color: #383331;
	letter-spacing: 2px;
	font-family: "Momo Trust Display";
}

.field
{
	width: 260px;
	margin-left: 10px;
	margin-right: 10px;
}

.basic-input
{
	
	margin-top: 5px;
	min-height: 30px;
	border-radius: 15px;
	border: 0;
}

.basic-input::placeholder
{
	padding: 5px;
	color: #D2D2D2;
	
}

@media (max-width: 600px)
{

 .content
{
  min-width: 94dvw;
}
  
}

@media (min-width: 2000px)
{

 .content
{
 	min-width: 35dvw;
	max-width: 40dvw;
}

h1
{
  font-size: 40px;
}
  
}	