body {
    background-color: #040F2B;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;

}

 /*a:-webkit-any-link { color: #A6C7FC !important; }*/

.theframe{
    height: 100%;
    display: flex;
    margin: 20% 0 20% 0;
    justify-content: center;
    align-items: center;
}

.thebox {
    margin: auto;
    width: 50%;
    text-align: center;
    color: #A6C7FC;

    a, a:link, a:visited, a:active {
        text-decoration: none;
        color: #A6C7FC;
    }

    a, a:hover {
        text-decoration: underline;
        color: #ffffff;
    }

    img {
        width: 100%;
        height: auto;
    }
}
