html {
	height: 100%;
}

body {
	background: linear-gradient(90deg, #212D40 0%, #413C4D 100%);
	font-family: 'Raleway', serif;
	margin: 0;
}

.clear:after {
    content: "";
    display: table;
    clear: both;
}


#container {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    right: 30%;
}

#title {
	color: #7A4343;
	font-family: 'LexendExa';
	position: relative;
	height: 80px;
	line-height: 80px;
}

#title svg {
	position: absolute;
}

#title h1 {
	margin: 0 0 0 110px;
	font-size: 60px;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 15px;
}

#title h1 b {
	font-weight: 400;
}

#subtitle {
	color: #7A4343;
	margin-left: 115px;
	letter-spacing: 8px;
}


#code {
	margin-top: 30px;
	margin-left: 115px;
	background-color: #19212E;
	color: #7A4343;
	padding: 40px;
	border-radius: 10px;
}

#code p {
	line-height: 28px;
	margin-top: 30px;
	margin-bottom: 0;
}

#code p:first-of-type {
	margin-top: 0;
}

#code p a {
	color: inherit;
}

#code p b {
	font-weight: 600;
}

#code .newCode {
	margin-top: 30px;
}

#code .newCode .text {
	float: left;
	font-size: 40px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #11151C;
	border-radius: 5px;
	font-family: 'LexendExa';
	margin-right: 20px;
	padding: 0 10px;
}

#code .newCode a.link {
	display: block;
	float: left;
	color: inherit;
	text-decoration: none;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
}

#code .newCode a.link:hover {
	text-decoration: underline;
}

#code .newCode a.link svg {
	vertical-align: middle;
}







#code .copyCode {
	margin-top: 5px;
}

#code .copyCode svg {
	vertical-align: middle;
}

#code .copyCode a {
	color: inherit;
	text-decoration: none;
}

#code .copyCode a:hover {
	text-decoration: underline;
}






















