
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body{
  background-image: url('/assets/images/bg.ChristmasForest292919219aew.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  font-family: 'Museo Sans';
}
a{
  color: darkseagreen;
}
.earthGlobe{
  width: 600px;
}

a{
  text-decoration: none;
}