html {}
body {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
	position: relative;
/*     background: #02a8a8; */
}

.top-right {
    text-align: center;
}

.content {
    text-align: center;
}

.title {
    font-size: 128px;
    font-weight: 100;
    color: #ffffff;
    line-height: 128px;
}

.links>a {
    color: #44a1eb;
    padding: 0 4px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 0px;
}

.small-font {
	font-size: 26px;
    color: #ffffff40;
}

.big-i {
	font-size: 226px;
	opacity: 0.6;
}

p {
    position: relative;
    padding: 0;
    margin: 0;
    color: #ffffff8f;
    font-size: 36px;
    top: -18px;
}