@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin&display=swap');

.hs_cos_wrapper {
  margin: auto !important;
}

html,
body {
  position: relative;
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: 'Libre Franklin', sans-serif;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  background-color: #f7f9ff !important;
  margin: 0 !important;
}
  
  @media only screen and (max-width: 1050px) {
    #account-list {
      columns: 2:
  	  -webkit-columns: 2;
  	  -moz-columns: 2;
    }
  }

p, b {
   margin: 0;
}