

@font-face {
    font-family: 'GT Pressura';
    src: url('GT-Pressura-Standard-Medium.woff2') format('woff2');
  }

  body {
    font-family: 'GT Pressura';
  }

body {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  font-family: 'GT Pressura';

}

 .header {
display: flex;
align-items: center;
justify-content: center;
  background-color: #ffffff;
  border-bottom-width: 1px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
  width: 100vw;
  border-bottom: 1px solid #9d9c9c33;
}

 .logo-fabletics {
padding: 60px 60px 49px 60px;
  width: 275px;
  height: 34px;
  top: 59px;
  left: 375px;
}

.line {
  display: flex;
  width: 1px;
  height: 88px;
  top: 32px;
  left: 720px;
  object-fit: cover;
 
}

 .yitty-logo {
    display: flex;
    width: 276px;
  height: 66px;
  padding: 60px 60px 43px 60px;


}



.challenge_box {
    display: flex;
height: 100px;
padding: 14px 20px;
justify-content: center;
align-items: center;
gap: 8px;
align-self: stretch;
border-radius: 4px;
background:  #9D9D9C;
color: white;
font-size: 20px;

}

.content_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 380px;
    margin: 0 auto;
    margin-top: 10vh;


}

p {
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 20px;
    color: #333;
}

h1 {
padding-bottom: 32px;
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 44px;
color: #333;
margin: 0;
}

.link  a{
font-family: GT Pressura;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 125% */
text-decoration-line: underline;
color: #333;

}

.link {
    margin-top: 30px; 
}


/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	p {
        font-size: 30px;
        padding-top: 20px;
        max-width: 85%;
    }
    h1 {
        font-size: 84px;
        padding-bottom: 26px;
    }
    .content_container {
       
        padding: 24px;
        max-width: unset;
    }

    .challenge_box {
        width: 80%;
        margin: 0 auto;
        font-size: 38px;
    }

    .header {
        border-bottom: 1px solid #9d9c9c2e;
    }

    .link {
        padding-top: 24px;
    }


}

    

    