@media all {
    body {
        background-image: url(../Images/bg-orange.jpg);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        height: 100vh;
        font-size: 100%;
        text-align: center;
        padding: 20px;
    }

    .btn {
        background-color: #f4f4f4;
        border-radius: 3px;
        border: #9e9e9e solid 1px;
        color: #333333;
        /*margin: 0px !important;*/
        padding: 5px !important;
        height: 3em;
        font-size: 1.8em;
        width: 90%;
        -webkit-appearance: none;
        margin-bottom: 20px;
    }

    h1, h2, h3, h4, h5 {
        clear: both;
        color:white;
    }

    p
    {
        font-size:1.8em;
    }

    img
    {
        width:80%;
    }

    div.Logo {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
    }

    div.Main {
        padding: 20px;
        margin: 20px;
        background-color: #f4f4f4;
        border-radius: 10px;
        max-width: 55em;
        margin-left: auto;
        margin-right: auto;
    }

    div.Main h1 {
        font-size: 100% !important;
    }

    
}

@media only screen and (min-width: 80em) {
    body {
        font-size: 12px;
    }

    p {
        font-size: 1.3em;
    }

    div.Main {
        width: 570px;
        /*height: 156px;*/
        /* [disabled]position: absolute; */
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 10px;
        padding: 20px;
        background-color: #f3f3f3;
    }

        div.Main h1 {
            font-size: 100% !important;
            margin: 0px !important;
            padding: 0px !important;
        }

    .btn {
        width: 180px;
        height: 40px;
        font-size: 14px;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}