* {
    margin: 0;
    padding: 0;
     font-family: 'Poppins', sans-serif; 
    /*font-family: 'Times New Roman', Times, serif;*/
}

.header {
    min-height: 100px;
    width: 100%;
    background-color: hsl(201, 94%, 25%);
    background-position: center;
    background-size: cover;
    position: relative;

}

.header h1 {
    color: rgb(255, 255, 255);
    position: relative;
    text-align: right;
    padding-right: 100px;
    top: 25px;
  }

.header img {
    padding-left: 100px;
    float: left;
    height: 100px;
    width: 100px;
}


/*-----Privacy Policy-----*/

.text-box1 {
    margin: auto;
    width: 70%;
}

.text-box1 h2 {
    padding: 20px;
    text-align:center;
    
}

.text-box1 p {
    
    font-size: 16px;
    font-weight:600;
    text-align: justify;
    
}

.text-box1 ul {
    padding: 10px;
    font-size: 16px;
    font-weight:600;
    text-align: justify;
}

.text-box1 li:not(:last-child) {
    
    margin-bottom: 10px;
}


@media(max-width:700px){

    .header {
        min-height: 60px;
        width: 100%;
        background-color: hsl(201, 94%, 25%);
        background-position: center;
        background-size: cover;
        position: relative;
    
    }

    .header h1 {
        font-size: x-large;
        color: rgb(255, 255, 255);
        position: relative;
        top: 15px;
        text-align: right;
        padding-right: 30px;
      }
    
    .header img {
        display: block;
        padding-left: 30px;
        float: left;
        height: 60px;
        width: 60px;
    }

    .text-box1 {
    margin: auto;
    width: 90%;
}
    
    .text-box1 h2 {
    font-size: 16px;
    }
    
    .text-box1 p {
    
    font-size: 12px;
    font-weight:600;
    text-align: justify;
    
    }
    
    .text-box1 ul {
    padding: 25px;
    font-size: 12px;
    font-weight:600;
    text-align: justify;
}
    
}



