

body{
  background-color: #ffecec;
}
h1 {
    line-height: .1; 
    font-family: "Tiny5", sans-serif;
    font-weight: 400;
    font-style: normal;
    color : black
}
#content-container {
  width: 1200px ;
  margin: 0  auto;
  float: right;
  padding-right: 100px;
}
#bsky-embed {
  float: right;
}
h1.numbers
{
  line-height: .1;
  font-size:24px;
}

* {
    text-align: center;
  }

p {
  font-family: "Teko", sans-serif;
  font-optical-sizing: auto;
  font-weight: 370;
  font-style: normal;
}

h2 {
    line-height: 1.2;
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;

    font-style: normal;
}

h2.welcome{
  font-size:48px;
}

h2.caption {
  color : rgb(44, 44, 44);
  line-height: 1.8;
  font-weight: 370;
  box-sizing: border-box;
  width: 60%;
  border: 5px solid rgb(226, 226, 226);
  float: left;
}

h2.title {
  line-height: 1;
  font-weight: 400;
}