body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: 'SSPL';
  padding: 0;
  margin: 0;
}

header {
  background: rgba(0, 0, 0, 0.8);
  height: 45px;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

p {
  margin: 0;
  padding: 0;
}

header a, i{
  margin: 30px;
  font-family: 'SSPL';
  font-size: 15px;  
  text-decoration: none;
  color: white;
}

header a:hover{
  color: grey;
}

.subheader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  height: 110px;
  background-color: rgba(0,0,0,0.02);
  color: black;
}

.subheader-icon-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  width: 90px;
  margin: 0 15px 0 15px;
}

.subheader-icon-container p {
  margin-top: 10px;
  font-size: 12px;
}

.banner {
  font-family: 'SSPSB';
  font-size: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px 0 80px 0;
  width: 735px;
  text-align: center;
  line-height: 1.2;
}

.main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  width: 100%;
}

.main-caption-box{
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: 'SSPSB';
  font-size: 44px;
  width: 280px;
  margin-right: 30px;
  margin-left: 30px;
}

.main-caption-box p{
  width: 100%;
}

.buyButton{
  width: 70px;
  height: 40px;
  border-radius: 40px;
  background-color: #0071e3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: 'SSPL';
  font-size: 18px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
      -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
      box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
}

.timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: white;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.1);
  padding-bottom: 30px;
}

.timelineHeader{
  font-size: 56px;
  font-family: 'SSPSB';
  margin-top: 60px;
  margin-bottom: 30px;
}
.timelineBox{
  text-align: center;
  display: flex;
  flex-direction: column;
}

@font-face {
  font-family: Nunito_R;
  src: url(./Nunito_Sans/NunitoSans-Regular.ttf);
}

@font-face {
  font-family: Nunito_L;
  src: url(./Nunito_Sans/NunitoSans-Light.ttf);
}

@font-face {
  font-family: SSPL;
  src: url(./Source_Sans_Pro/SourceSansPro-Light.ttf);
}

@font-face {
  font-family: SSPR;
  src: url(./Source_Sans_Pro/SourceSansPro-Regular.ttf);
}

@font-face {
  font-family: SSPSB;
  src: url(./Source_Sans_Pro/SourceSansPro-SemiBold.ttf);
}