@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');

body, input, button {
	font-family: 'Libre Baskerville', serif;
	font-size:16px;
}

body {
	margin:1rem 2rem;
	padding:0;
	font-size: 1rem;
}


h1 {
	font-size:4rem;
	font-weight: 700;
	margin:1rem 0;
	text-align: center;
	color: #6242ED;
	background-image:
    repeating-linear-gradient(
      45deg,
      #6242ED,
      #6242ED 5px,
      #FFDA6B 5px,
      #FFDA6B 6px,
      #1778DE 6px,
      #1778DE 11px,
      #FFBACE 11px,
      #FFBACE 12px
    );
	background-clip: text;
	-webkit-background-clip: text;
}

h1 span {
	-webkit-text-fill-color: transparent;
}


#wrapper {
	display: grid;
	grid-template-columns: minmax(200px,600px);
	justify-content: center;
	margin:0 auto;
}

ul {
	list-style-type: none;
	padding:0;
	/*width:30rem;*/
}

li {
	display: flex;
	justify-content: space-between;
    line-height: 1.5em;
}

input {
	border:none;
	border-bottom: 1px solid #8f8f8f;
	color: #6242ED;
}

input:hover, input:focus {
	outline:none;
	color: #6242ED;
	border-color:#FFDA6B;
}

input:focus {
	border-width: 2px;
}

button {
	display: block;
	margin:2rem auto 0;
	/*border-radius: 10px;*/
}

#story {
	/*display: block;*/
	margin-top: 1.5rem;
}

#story p {
	text-indent: 3em;
}


footer {
	margin-top: 3rem;
	font-style: italic;
	text-align: center;
	/*border-top-width: 2px;*/

  /*border: 10px solid;*/
  /*border-image-slice: 1;*/
  /*border-width: 5px 0 0 0;*/
  /*border-image-source: linear-gradient(to left, #743ad5, #d53a9d);*/
	/*border-image-source:
    repeating-linear-gradient(
      45deg,
      #6242ED,
      #6242ED 5px,
      #FFDA6B 5px,
      #FFDA6B 6px,
      #1778DE 6px,
      #1778DE 11px,
      #FFBACE 11px,
      #FFBACE 12px
    );*/
}

a {
	text-decoration: none;
	color: #6242ED;
}
