html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 11pt;
    background: #171235;
    color: #fff;
}

#container {
    position: absolute;
    perspective: 150px;
    -webkit-perspective: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#logo img {
    max-width: 100%;
    width: 300px;
}


.gray {
    color: #aaa;
}

.claim {
    font-size: 24px;
    font-weight: 300;
    color: #777;
    letter-spacing: 3px;
}

#details {
    padding-top: 20px;
    text-align: center;
    font-weight: 300;
}

