@import url('https://fonts.googleapis.com/css?family=Poppins');
body
{
    font-family: 'Poppins', sans-serif;
}
.bg{
    background-image: url('../img/bgxs.jpg');        
    background-repeat: no-repeat;              
    width: auto;            
    height: auto; 
    background-size: cover;
}
.aboutvtz{
color: black;
font-weight: 500;
font-size: 2em; 
text-align: center;
}
h1 {
font-weight: 200;
text-align: center;
color: white;
font-size: 2em; 
}
h2{
    color: white;
}
h3{
font-size: 22px;
}
h4{
font-size: 1.5em;
text-align: center;
color: black;
font-weight: 400;
}

html,body{
  height:100%
}
    p{
        font-weight: 500;
        text-align: center;
        color: white;
    }
    p2{
        font-weight: 500;
        color: black;
    }
    p3{
        font-weight: 500;
        color: black;
        text-align: center;
    }
hr{
    color: white;
    border-color:white; 
    border-style:solid;
}
label{
    color:white;
}