.container{
    position: relative;
    text-align: center;
    color: white;
    margin-top: 50px;
  }


  div.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 80%;
  }


  .container img{
      opacity: 15%;
      border-radius: 120px;
      max-width: 85%;
      height: 67%;
      width: auto\9; /* ie8 */ 
      height: auto\9;     
  }

  .container h1{
    font-size: 50px;
      color: black;
      
  }

  .container p{
    font-size: 20px;
    color: black;
  }



@media (max-width: 952px){

  .container h1{
    font-size: 40px;
      color: black;
      
  }

  .container p{
    font-size: 15px;
    color: black;
  }

}

@media (max-width: 858px){

  .container h1{
    font-size: 30px;
      color: black;
      
  }

  .container p{
    font-size: 15px;
    color: black;
  }


}


  



