html, body {
    width: 100%;
    height: 100%;
  }

body {
    overflow: hidden;
}

.vpn-container {
    min-width: 100%; 
    min-height: 100%; 
    position: relative; 
    height: auto;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}  

.help {
    border: 1px solid #1C8AC7;
    margin-top: 100px;
}

h1, p, h2, .number{
    text-align: center;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.8vw;
    margin: 0.5vw;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.35vw;
    margin: 0.5vw;
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.35vw;
    margin: 0.5vw;
}

.number {
    color: #1C8AC7;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.35vw;
    margin: 0.5vw;
}

a {
    text-decoration: none;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15vw;
}

@media (max-width:768px) {
    .vpn-container {
        min-width: 100%; 
        min-height: 100%; 
        position: relative; 
        height: auto;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }  
    
    h1, p {
        text-align: center;
    }
    
    h1 {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 2.5vw;
        margin: 0.5vw;
    }
    
    p {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.8vw;
        margin: 0.5vw;
    }
    
    IMG.displayed {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 30vw;
    }
  }

  @media (max-width:320px) {
    .vpn-container {
        min-width: 100%; 
        min-height: 100%; 
        position: relative; 
        height: auto;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }  
    
    h1, p {
        text-align: center;
    }
    
    h1 {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 3vw;
        margin: 0.5vw;
    }
    
    p {
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2.2vw;
        margin: 0.5vw;
    }
    
    IMG.displayed {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 40vw;
    }
  }