@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');

body {
  color:#FFFFFF;
  background-color:#FABE00;
  font-family: 'Poppins', sans-serif;
top:0;
left:0;
position:absolute;
height:100%;
width:100%;
margin:0;
}

#Header {
  margin-bottom: 52px;
  line-height: 30px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-top: 116px;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.operatedBy{
  display:block;
  text-align:center;
  margin-top:20px;
  margin-bottom: 10px;
  color: #C50219;
  font-size:14px;
  font-family: 'Poppins', sans-serif;
}

h1 {
font-size:55px;
letter-spacing:0px;
line-height:40px;
color: #C50219;
text-align:center;
  font-family: 'Poppins', sans-serif;
}

strong1{
  text-align: center;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: normal;
  color:#2C3539;
}

strong2{
  text-align: center;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color:#2C3539;
}
