
  body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    overflow: hidden !important;
  }
  
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    padding: 0;
  }
  
  .root-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8% 16px;
    text-align: center;
    overflow: hidden !important;
    height: 100vh;
  }
  
  .template-one-title {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 56px;
  }
  
  .template-one-subhead {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 5%;
    letter-spacing: 0.7px;
  }
  
  .template-one-bagde {
    margin-top: -5px;
    width: 50%;
    object-fit: contain;
  }
  
  .template-hme-logo {
    margin-top: -5px;
    width: 30%;
    object-fit: contain;
  }
  
  .template-one-description {
    font-size: 1rem;
    max-width: 80%;
    color: #fff;
    font-weight: 300;
    margin: 2%;
    font-family: 'Roboto', sans-serif;
  }
  
  .main-newyear-button {
    align-self: center;
    background: #ffffff !important;
    color: #000000;
    padding: 16px;
    display: inline-block;
    text-align: center;
    font-weight: 900;
    width: 85%;
    border-radius: 50px;
    bottom: 20px;
    position: fixed !important;
    text-transform: uppercase !important;
    border: none;
    font-size: 16px;
    height: 48px;
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 1px;
  }
  
  .name-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: -1rem;
    width: 90%;
    overflow: hidden;
  }
  
  .template-star {
    height: 24px;
    width: 24px;
    margin: 4px;
    vertical-align: middle;
  }
  
  #root {
    overflow: hidden !important;
  }
  
  .template-one-button {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    bottom: 16px;
    right: 8px;
    left: 8px;
    padding: 8px 16px;
    background: #FFF;
    border-radius: 40px;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    color: #000000;
    text-decoration: none;
    width: 80%;
    margin: 0 auto;
  }
  
  .template-one-button-text {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    margin-left: 16px;
  }
  
  .material-icons {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }