@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    font-family: poppins;
}
body p{
    line-height: 1.8;
}

.notice-single-banner {
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  height: 400px; 
  min-height: 400px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}