*{
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  font-size: 25px;
  max-width: 100%;
}

@font-face{
font-family: great;
src:url(font/GreatVibes-Regular.ttf);
}

h1{
  padding-top:93px;
    font-family: great;
    font-size: 60px;
    font-weight: lighter;
  color:#AF3232;
  word-spacing: 23px;
  text-align: left;
  margin: 0;
  line-height: 70px;
 }

P{
font-size: 14px;
font-family: 'Times New Roman', Times, serif;
color:rgba(46, 47, 48, 0.705);
}

body, html , a{
padding: 0;
margin:0;
text-decoration: none;
font-family: 'Times New Roman', Times, serif;
font-size: 30px;
overflow-x: hidden;
outline: none;
}
body {
  margin: 0 auto;
 width: 100vw;
  overflow-x: hidden;

}

  ul li{
     
      list-style-type:none ;
  }

  button{
    width: 180px;
    height: 44px;
    border-radius: 40px;
    background-color:#B13434 ;
    color: white;
    border: 2px solid #F5EBBE;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 600;
    -webkit-appearance: none !important;
    appearance: none;
    cursor: pointer;
  }
            @media screen and (max-width:1250px){
              .centre3 figure:last-child{
                padding-top: 50px;
              } 
             }