body {
    margin: 0;
    min-width: 330px;
    background: linear-gradient(144deg, rgba(0,0,66,1) 0%, rgba(0,0,0,1) 70%, rgba(26,30,0,1) 100%);
    color: #fff;
    font-family: 'Geologica', sans-serif;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.row {
    width: 1526px;
    padding: 20px;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    min-height: 500px;
    text-align: center;
}

.container .logo img {
    width: 400px;
}

.h1 {
    color: #DBFF01;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0 auto;
    text-transform: uppercase;
}

.h2 {
    font-size: 22px;
    font-weight: 100;
}

.logo .h2 {
    margin-top: 15px;
    opacity: .5;
    text-transform: uppercase;
}

.h3 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0px;
}

a {
    text-decoration: none;
    transition: opacity .3s ease-in-out;
}

.text .link {
    color: #fff;
    font-size: 30px;
    opacity: .5;
}

.text .link:hover {
    opacity: 1;
}