@font-face {
    src: url(./MADETOMMY.otf);
    font-family: tommy;
}

html {
	height: -webkit-fill-available;
	height: 100%;
	outline: none;
}

body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	background-color: rgb(31, 33, 41);
	font-family: canada-type-gibson, sans-serif;
	height: 100%;
	min-height: -webkit-fill-available;
	outline: none;
}

main {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: -webkit-fill-available;
	height: calc(100% - 4rem);
	padding: 1rem 2rem;
	outline: none;
}

.number h1 {
	text-align: center;
	outline: none;
}

#home {
	text-decoration: none;
	outline: none;
}

.flex {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	outline: none;
}

.form {
	display: flex;
	outline: none;
	flex-direction: column;
}

.long {
	outline: none;
}

.input2 {
	width: 94%;
	border: none;
	outline: none;
	border-radius: 12px;
	padding: 10px 10px;
	background-color: #323133;
	margin: 5px 0 0px 0;
	color: rgb(57, 148, 255);
	border: 1px solid rgb(57, 148, 255);
	font-family: "canada-type-gibson";
	font-size: 1rem;
}

.short {
	margin-top: 20px;
	outline: none;
}

.short:focus {
	outline: none;
}

.error {
	color: #ff6969;
	margin-top: 10px;
	margin-bottom: 0;
	outline: none;
}

::-webkit-input-placeholder {
	color: #bfbfbf;
	font-family: "canada-type-gibson";
	outline: none;
	font-size: 1rem;
}

:-ms-input-placeholder {
	color: #bfbfbf;
	font-family: "canada-type-gibson";
	outline: none;
	font-size: 1rem;
}

::placeholder {
	color: #bfbfbf;
	outline: none;
	font-family: "canada-type-gibson";
	font-size: 1rem;
}

label {
	color: white;
	margin-bottom: 20px;
	outline: none;
}

.form-and-title h1 {
	outline: none;
	text-align: center;
	font-weight: 600;
}

form {
	margin-top: 20px;
	outline: none;
}

.output {
	background-color: rgb(57, 148, 255);
	outline: none;
	color: #323133;
	border-radius: 12px;
	padding: 10px 20px;
	margin: 30px 0;
}

.footer-link {
	color: white;
	text-decoration: none;
	outline: none;
}

.footer-link:hover {
	color: rgb(57, 148, 255);
	outline: none;
	text-decoration-line: line-through;
}

.output p {
	outline: none;
	color: #323133;
	text-align: center;
}

.heading {
	text-align: center;
	outline: none;
}

.heading .cow {
	margin-left: 10px;
	outline: none;
}

.heading h1 {
	vertical-align: bottom;
	outline: none;
}

.heading h1,
.heading .cow {
	display: inline;
	outline: none;
}

.cow {
	vertical-align: baseline;
	outline: none;
}

.fa-copy {
	margin-left: 10px;
	outline: none;
}

.fa-copy:hover {
	outline: none;
	cursor: pointer;
	transition: 0.3s ease all;

}

.output h1 {
	text-align: center;
	font-weight: 600;
	outline: none;
	color: #323133;
	font-size: 1.6rem;
	word-break: break-word;
}

h1 a:hover {
	color: #323133;
	outline: none;
	transition: 0.3s ease all;
}

h1 a {
	outline: none;
	color: inherit;
}

.button {
	outline: none;
	display: flex;
}

button {
	outline: none;
	border: none;
	background-color: rgb(57, 148, 255);
	color: #323133;
	font-family: "canada-type-gibson";
	font-size: 1rem;
	margin: auto;
	padding: 12px 15px 10px 15px;
	border-radius: 12px;
}

button:hover {
	background-color: #323133;
	outline: none;
	transition: 0.3s ease all;
	cursor: pointer;
	color: rgb(57, 148, 255);
	border: 1px solid rgb(57, 148, 255);
}

button:focus {
	outline: none;
}

footer {
	border-top: 2px solid rgb(57, 148, 255);
	outline: none;
	padding-top: 10px;
}

footer p {
	text-align: center;
	outline: none;
	color: white;
	font-size: 1.2rem;
	margin: 5px 0 0 0;
}

@media screen and (max-width: 640px) {
	.output h1 {
		outline: none;
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 480px) {
	.output h1 {
		outline: none;
		font-size: 1.3rem;
	}
}

#link {
	opacity: none;
	outline: none;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

.captcha-container {
	outline: none;
	display: flex;
}

.g-recaptcha {
	margin: 20px auto;
	outline: none;
}

.number {
	color: white;
	display: flex;
	outline: none;
	justify-content: center;
	align-items: center;
	height: 50vh;
}

.number h1 {
	font-weight: 600;
	font-size: 1.5em;
	outline: none;
}

.info {
	color: white;
	outline: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.info p {
	font-size: 1rem;
	outline: none;
	text-align: center;
	margin: 0;
}

.info .fas {
	outline: none;
	margin-right: 10px;
}

.input-field {
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	line-height: 24px;
	box-sizing: border-box;
	min-height: 48px;
	max-width: 483px;
	color: rgb(242, 244, 251);
	width: 100%;
	margin: 0px;
	background: rgb(23, 24, 30);
	border-radius: 8px;
	padding: 8px 16px;
	transition: border-radius 0.15s ease-out 0s, border-color, color, background-color, box-shadow;
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-image: initial;
  }
  .input-field:hover {
	border-color: rgb(57, 148, 255);
  }

  .input-title {
	font-family: tommy;
	font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 8px;
    color: rgb(155, 157, 159);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  .webtitle {
	  font-family: tommy;
	  font-size: 50px;
	  color: white;
	  margin-right: 50px;
  }

  .short-button {
	font-family: proxima-nova, sans-serif;
    min-height: 38px;
    font-size: 14px;
    line-height: 22px;
    padding-inline-end: 16px;
    padding-inline-start: 16px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    user-select: none;
    color: rgb(242, 244, 251);
    border-radius: 8px;
    transition: background-color 0.15s ease-out 0s, color, opacity, border;
    outline: none;
    text-decoration: none;
    background: rgb(57, 148, 255);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
  }

  .short-button:hover {
	background: rgb(0, 118, 255);
    color: rgb(242, 244, 251);
    border: none;
  }

.jGxdvs {
    position: relative;
	display: inline-block;
}

.jgRGjZ {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
    min-height: 48px;
    max-width: 483px;
    color: rgb(242, 244, 251);
    width: 100%;
    margin: 0px;
    background: rgb(23, 24, 30);
    border-radius: 8px;
    padding: 8px 16px;
    transition: border-radius 0.15s ease-out 0s, border-color, color, background-color, box-shadow;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}

.cjVseZ {
    font-size: inherit;
    line-height: inherit;
    padding: 0px 0px 0px 0px;
    min-height: inherit;
    font-weight: normal;
    box-sizing: inherit;
    border: none;
    outline: none;
    transform: translateY(2px);
    color: rgb(155, 157, 159);
    white-space: nowrap;
}

.inpute {
    font-family: proxima-nova, sans-serif;
    background: rgb(23, 24, 30);
    color: rgb(242, 244, 251);
    transition: border-radius 0.15s ease-out 0s, border-color, color, background-color, box-shadow;
    outline: none;
    width: 60%;
    margin: 0px;
    border-radius: 8px;
    padding: 8px 0px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    font-size: 16px;
    line-height: 24px;
}