body {
    margin: 0;
    text-align: center;
    /*background-color: #1f2730;*/
    background: #000000;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(115, 121, 133, 1) 30%, rgba(77, 81, 84, 1) 71%);  
    color: white;
}
.h2_1 {
    text-transform: uppercase;
    font-size: 3vw;
}
.p1 {
    text-transform: uppercase;
    text-align: left;
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;

}
