/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap');

/* Main CSS :) */
html,
body {
  height: 100%;
  background-color: #ff3e3e;
}
body {
    padding-bottom: 50px;
}
.header {
  margin-top: 24px;
}
img.ha-logo {
  height: 140px;
  width: 140px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h1.ha-header {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Kumbh Sans;
}
h4.ha-header {
  margin-bottom: 40px;
  color: #CCCCCC;
}
.nav-link {
  font-weight: bold;
}
.left-column {
  margin-left: 5px;
}
.mg-space {
  margin-top: 20px;
}
.right-column {
  background-color: #fff;
  padding: 20px;
  margin-right: 15px;
  border: 1px solid #222222;
  border-radius: 5px;
}
h2.welcome {
  background: #ff00cc;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #333399, #fff800);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #333399, #fff800); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h4 {
  font-family: Kumbh Sans;
}
.spninfo {
  margin-top: 20px;
}
hr.welcome-divider {
  border: 0.01px solid #FDF5E6;
}
.cvd {
  padding-top: 10px;
}
bold {
  font-weight: bold;
}
.inlineblck {
  display: inline-block;
}
.card {
  float:left;
  overflow: hidden;
  height:100%;
}
.ftr {
  width: 100%;
  color: white;
}
a.footer-link:link,
a.footer-link:visited {
  text-decoration: none;
  font-weight: bold;
}
a.footer-link:hover {
  text-decoration: underline;
}
.user-content p {
    margin-top: 5px;
    font-size: 12px;
    overflow: hidden;
}

.ratings i {
    color: blue;
}

a {
  color: white;
}

.sp1 {
  padding-right: 10px;
}
body{
  background:#ff3e3e;
}
.intro,
.intro a{
  color:#fff;
  font-family:
}
<style>
/* customizable snowflake styling */
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}

#snow {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 pointer-events: none;
 z-index: 1000;
}
  </div>
</div>