@import url(https://fonts.googleapis.com/css?family=Lobster&display=swap);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i&display=swap);
.bg-gradient {
    background: rgba(160, 171, 243, 1);
    background: -moz-linear-gradient(-45deg, rgba(160, 171, 243, 1) 0, rgba(226, 160, 224, 1) 25%, rgba(255, 161, 188, 1) 50%, rgba(255, 174, 153, 1) 75%, rgba(252, 198, 132, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(160, 171, 243, 1)), color-stop(25%, rgba(226, 160, 224, 1)), color-stop(50%, rgba(255, 161, 188, 1)), color-stop(75%, rgba(255, 174, 153, 1)), color-stop(100%, rgba(252, 198, 132, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(160, 171, 243, 1) 0, rgba(226, 160, 224, 1) 25%, rgba(255, 161, 188, 1) 50%, rgba(255, 174, 153, 1) 75%, rgba(252, 198, 132, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(160, 171, 243, 1) 0, rgba(226, 160, 224, 1) 25%, rgba(255, 161, 188, 1) 50%, rgba(255, 174, 153, 1) 75%, rgba(252, 198, 132, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(160, 171, 243, 1) 0, rgba(226, 160, 224, 1) 25%, rgba(255, 161, 188, 1) 50%, rgba(255, 174, 153, 1) 75%, rgba(252, 198, 132, 1) 100%);
    background: linear-gradient(135deg, rgba(160, 171, 243, 1) 0, rgba(226, 160, 224, 1) 25%, rgba(255, 161, 188, 1) 50%, rgba(255, 174, 153, 1) 75%, rgba(252, 198, 132, 1) 100%);
}

.font-lobster {
    font-family: Lobster, sans-serif
}

.font-source-pro {
    font-family: 'Source Sans Pro', sans-serif;
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent
}

img {
    border-style: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
    box-sizing: border-box;
    font-family: sans-serif
}

*,
::after,
::before {
    box-sizing: inherit
}

h1,
p {
    margin: 0
}

html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5
}

*,
::after,
::before {
    border-width: 0;
    border-style: solid;
    border-color: #e2e8f0
}

img {
    border-style: solid
}

h1 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

img {
    display: block;
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

.flex {
    display: flex
}

.items-center {
    align-items: center
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.leading-tight {
    line-height: 1.25
}

.mb-5 {
    margin-bottom: 1.25rem
}

.p-4 {
    padding: 1rem
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.text-center {
    text-align: center
}

.text-white {
    color: #fff
}

.text-blue-800 {
    color: #2c5282
}

.hover\:text-blue-700:hover {
    color: #2b6cb0
}

.text-5xl {
    font-size: 3rem
}

.lowercase {
    text-transform: lowercase
}

.tracking-wider {
    letter-spacing: .05em
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-1\/2 {
    width: 50%
}

.w-full {
    width: 100%
}

.z-10 {
    z-index: 10
}