@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300');

*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: 'Source Sans Pro', sans-serif;
    background: #f5f9fd;
}

::-moz-selection {
    color: #fff;
    background: #1e3c4c;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff;
}

::selection {
    color: #fff;
    background: #1e3c4c;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 369px;
    height: 547px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(-50%, -50%) perspective(600px) rotateY(20deg) rotateX(10deg);
    transform: translate(-50%, -50%) perspective(600px) rotateY(20deg) rotateX(10deg);
    margin-top: -50px;
}

.me {
    position: relative;
    width: 369px;
    height: 547px;
    -webkit-transform: translateZ(80px) scale(.8);
    transform: translateZ(80px) scale(.8);
}

.me::before, .me::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: url('../img/tomiwahqNative.png') no-repeat 0 0;
}

.me::after {
    height: 30px;
    top: auto;
    bottom: -15px;
    z-index: -1;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    background-size: 100% 30px;
    border-radius: 100px;
}

.me .eye, .me .eye::before {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 177px;
    left: 102px;
    z-index: -1;
    background: url(../img/eye.png) no-repeat center;
}

.me .eye::before {
    content: '';
    top: -2px;
    left: 89px;
}

h1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 390px;
    height: 595px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateZ(150px) translateX(-11px) translateY(-26px) scale(.55);
    transform: translateZ(150px) translateX(-11px) translateY(-26px) scale(.55);
    border: 3px solid #fff;
    text-align: center;
    font-size: 90px;
    line-height: 1000px;
    color: #fff;
    background: -webkit-linear-gradient(315deg, #fff 0%, rgba(255, 255, 255, .36) 39%, rgba(255, 255, 255, .07) 41%, rgba(255, 255, 255, 0) 51%, #000 100%);
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, .36) 39%, rgba(255, 255, 255, .07) 41%, rgba(255, 255, 255, 0) 51%, #000 100%);
    opacity: .5;
    border-radius: 8px;
}

h1::after {
    content: 'software engine';
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    z-index: 1;
    line-height: 1;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 20px;
    text-indent: 20px;
}

svg:not(:root) {
    overflow: hidden;
}

.socialSection {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.socialSection a {
    color: #396fb4;
    text-decoration: none;
    margin: 10px;
    display: inline-block;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

.socialSection a:hover {
    opacity: .7;
}

.hello {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 1;
    font-size: 38px;
    line-height: 1.18;
    background-image: -webkit-linear-gradient(315deg, #fd9f4c, #ee3969, #db3a9e, #5f408c, #396fb4, #29a8db, #26b6e5);
    background-image: linear-gradient(135deg, #fd9f4c, #ee3969, #db3a9e, #5f408c, #396fb4, #29a8db, #26b6e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hello span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hello .select {
    position: absolute;
    opacity: 1;
    color: transparent;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.select a {
    font-weight: bold;
    font-size: 102%;
}