
  html{
    margin:  0;
    padding: 0;
    box-sizing: border-box;
    background-color: black;
    font-family: arial;
    font-weight: normal;
  }
    body {
    width: 100%;
    height: 100%;
  
  }

  
  .center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    width: 20%;
  }
  
  .center img{
    margin-top: 10px;
    text-align: center;
    width: 250px;
  }
  
  .center .imgText{
    width: 380px;
  }
  
  .center h2{
    color: white; 
    font-size: 30px;
    text-align: center;  
    margin-top: 30px;
  }
  
  .center p{
    color: #BDA29F; 
    font-size: 20px; 
    text-align: center; 
  
  }
  .center a{
    cursor: pointer;
  }

  @media {

  }




