body {
    font-family: "degular" !important;
    font-size: 16px !important;
    font-weight: 475;
    color: #000;
    background: #fff;
    margin: 0;
    line-height: 1.5;
}
.view {
    margin: 48px 60px 15px 60px;
}

.code {
    color: #0079BA;
    font-size: 20px;
    font-weight: 500;
}

h1 {
    color: #101828;
    margin: 10px 0;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-lp-primary {
    width: 120px;
    margin-bottom: 12px !important;
    background-color: #0079BA;
    color: #FFFFFF;
    text-decoration: none;

    &:hover, &:focus {
        color: #FFFFFF !important;
    }
}

.timestamp {
    color: gray;
    border-top: 1px solid #aaa;
    padding-top: 1em;
    margin-bottom: 1em;
}

@media only screen and (min-width: 1440px) {
    h1 {
        font-size: 72px;
    }

    .view {
        height: 600px;

        .image {
            height: 100%;
            width: 50%;
            float: right;
            display: flex;

            img {
                margin: auto;
                height: 75%;
            }
        }

        .data {
            height: 100%;
            width: 50%;
            display: flex;

            .details {
                margin: auto;
            }
        }
    }
}

@media only screen and (max-width: 1439px) {
    h1 {
        font-size: 36px;
        line-height: 1.1;
    }
}
