﻿body {
    background-color: #fff;
    font-family: Arial, sans-serif !important;
    color: #005758;
    margin: 0;
    padding: 0;
    text-align: center;
}

h1 {
    font-size: 2em;
    margin: 0px;
    font-weight: 800;
}

h2 {
    color: #44abd8;
    font-size: 1.5em;
    margin: 0px;
    font-weight: 600;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}

.btn-primary {
    background-color: #005758;
    color: #FFF;
    margin: 50px auto;
}

    .btn-primary:hover {
        background-color: #ccd814;
        color: #005758
    }

#master {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}

@media screen and (max-width:485px) {
    #master {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
    }
}
