.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 500px;
  padding: 16px 100px;
  padding-left: 75px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: #4169E1;
  box-shadow: 0 0 0 2px #4169E1;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #4169E1;
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #4169E1;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover svg {
  fill: #212121;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px #4169E1;
}

.animated-button:hover .circle {
  width: 480px;
  height: 480px;
  opacity: 1;
}

.form-control {
  position: relative;
  margin: 20px 0 40px;
  width: 190px;
}

.form-control input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px rgb(0,0,0) solid;
  display: block;
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  color: rgb(0,0,0);
}

.form-control input:focus,
.form-control input:valid {
  outline: 0;
  border-bottom-color:  rgb(100,100,100);
}

.form-control label {
  position: absolute;
  top: 15px;
  left: 0;
  pointer-events: none;
}

.form-control label span {
  display: inline-block;
  font-size: 18px;
  min-width: 5px;
  color:  rgb(0,0,0);
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-control input:focus+label span,
.form-control input:valid+label span {
  color: rgb(100,100,100);
  transform: translateY(-30px);
}

body {
	background-color: #dbecff;
}

button {
	background-color: #4169E1;
	/*width: 100%;
	max-height: 200px;*/
  box-sizing: border-box;
	max-width: 480px;
	padding: 10px;
	margin: 0 auto;
	border-radius: 16px;
	border-color: #4169E1;
	margin-bottom: 15px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
	text-align: center;
	font-family: Verdana, Geneva;
	color: #ffffff;
	/*position: fixed;
	right: 38.5%;*/
}

.head-box {
	background-color: #ffffff;
	width: 100%;
	max-height: 200px;
	max-width: 600px;
	padding: 20px;
	margin: 0 auto;
	border-radius: 16px;
	margin-bottom: 15px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
	text-align: center;
}

.box {
	background-color: #ffffff;
	width: 100%;
	max-height: 100px;
	max-width: 600px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 0.05px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 16px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

.leaderboard {
	background-color: #777eb8;
	width: 100%;
	max-height: 400px;
	max-width: 55 0px;
	padding: 20px;
	margin: 0 auto;
	border-radius: 16px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

p {
	font-family: Verdana, Geneva;
	font-size: 20px;
}

h1 {
	font-family: Verdana, Geneva;
	font-size: 40px;
}

form {
	font-family: Verdana, Geneva;
}

.link-centre {
    background-color: #ffffff;
	width: 100%;
	max-height: 200px;
	max-width: 600px;
	padding: 20px;
	margin: 0 auto;
	margin-bottom: 15px;
	border-radius: 16px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
