/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
}

/* site styles
/****************************************************/
html {
	font-size: 10px;
}
body {
  background: #454f5b;
  font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.6rem;
  margin: 0;
  padding: 0;
}
.d-flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}
.wrapper {
  height: 100vh;
}
.content {
	border-radius: 30px;
	background: #ffffff;
	padding: 30px;
	margin: -45px 15px 15px;
  max-width: 420px;
  text-align: center;
}
h1 {
  font-family: 'Trade Winds', cursive;
	font-size: 3.2rem;
  font-weight: 400;
  margin: 0 0 15px;
}
p {
  font-size: 16px;
  margin-bottom: 15px;
}
i {
	font-style: italic;
}
.btn {
  background: rgb(69,79,91);
  background: linear-gradient(0deg, rgba(69,79,91,1) 0%, rgba(92,105,121,1) 100%);
  border: none;
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  height: 45px;
  margin: 15px auto 0;
  text-decoration: none;
  width: 200px;
}
.discord-invite {
	font-size: 1.6rem;
  font-weight: 700;
}
a {
	color: #454f5b;
}
