* {
    margin: 0;
    padding: 0;
    }
    
    html {
    font-family: Tahoma,Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 20px;
    line-height: 1.5;    
    box-sizing: border-box;
    height: 100%;
    background: linear-gradient(to bottom, rgb(241 143 21 / 0%) 0%, rgb(241 143 21 / 0%) 70%, rgb(241 143 21 / 60%) 100%); }
    
    body {
    color: #1d1e1c;
    padding: 0 6%;
    }
    
    h1 {
    font-family: Georgia,Times,Times New Roman,serif;
    font-size: 32px;
    padding: 20px 0px 10px 0;
    color: #e1634d;
    font-weight: 700;
    }
    
    h2 {
    font-size: 20px;
    padding: 10px 0px;
    }
    
    p {
    padding: 0px 0px 15px 0;	
    }
        
    #page {
    margin: 30px auto;
    }
    
    #header {
    padding: 5px;
    text-align: center;
    }
    
    #content {
    text-align: center;
    padding: 5px;
    }

    .logo {
        margin-top: 100px;
        text-align: center;
    }

    .logo img {
        max-width: 90%;
        height: auto;
    }

    .box {
        border-top: #dadada 1px solid;
        padding: 30px 0 30px 0;
        max-width: 600px;
        margin: 0px auto 0 auto;
    }

    a {
        color: #e1634d;
        text-decoration: underline;
        text-decoration-style: dotted;
        text-decoration-thickness: 1px;
        text-underline-offset: 3px;
    }

    a:hover {
        text-decoration: none;
    }
    
    #footer {
    color: #666666;
    padding: 5px;
    font-size: 10px;
    text-align: center;
    }
    
    #footer a {
    color: #999999;
    }
    
    
@media only screen and (max-width: 500px) {  

    h1 {
    font-size: 30px;
    padding: 15px 0px;
    line-height: 1.2;
    }

    .logo {
        margin-top: 50px;
    }
    
}

     