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;
}

body,
html {
  height: 100%;
}
main {
  height: 100%;
  display: flex;
}

h2 {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;

  text-align: center;
  color: #032f3c;
}


.container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  flex-direction: column;
  background: #ffffff;
}

.logo {
  width: 200px;
  margin-bottom: 50px;
}

#button {
  background: #321FFF;
  border-radius: 10px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  width: 300px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* identical to box height, or 143% */

  letter-spacing: 1.25px;
  text-transform: uppercase;
  text-align: center;
  height: 60px;

  /* Font Colors/4th option */

  color: #FFF;
  text-decoration: none;
}

.other_links {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */

  text-align: center;
  letter-spacing: 1.25px;
  text-transform: uppercase;

  /* Black/900 */

  color: #111;
  text-decoration: none;
}

.paragraph {
  font-family: 'Roboto';
  opacity: 0.7;
  margin-bottom: 16px;
  text-align: center;
  line-height: 18px;
}