.header{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:25px;height:96px}.header--primary{background-color:#fff}.header__title{width:950px;font-size:1.875rem;font-weight:700;padding-left:15px}.header__link{color:#333;text-decoration:none}.header__link:active{color:#333}.title{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:30px 20px;margin:0;line-height:1.6em}.title__img{border-radius:125px;margin-bottom:25px}.card{padding:20px 15px}.card__header{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.card__img{padding:15px 10px 10px}.card__name{font-size:1.375rem;font-weight:700}.card__value{font-size:1.25rem;font-weight:400}.card__value--color{color:#2ecc71}.card__body{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;margin-top:25px}.card__button{font-size:1rem;font-weight:700;flex-grow:1;padding:9px 12px;border-radius:3px;border:none;cursor:pointer}.card__button--buy{color:#fff;background-color:#05c46b}.card__button--sell{color:#fff;background-color:#f53b57}.card__button:disabled{color:#333;background-color:#f1f2f6;cursor:auto}.card__input{font-size:1rem;font-weight:400;text-align:center;max-width:100px;margin:0 10px;padding:9px 12px;border:1px solid #b2bec3;border-radius:3px}.main{width:950px}.main__title--bg-white{background-color:#fff}.main__fortune{font-size:2rem;font-weight:700;padding:20px;margin:10px 0;text-align:center;position:-webkit-sticky;position:sticky;top:0}.main__fortune--colors{color:#fff;background-color:#2ecc71}.main__card-container{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media (max-width:900px){.main__card-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.main__card-container{grid-template-columns:repeat(1,1fr)}}.main__card--bg{background-color:#fff}.content{align-items:stretch}.content,.footer{display:flex;flex-direction:row;justify-content:center;text-align:center}.footer{align-items:center;margin-top:15px;padding:30px 20px 45px;background-color:#fff}.footer__content{font-size:1.375rem;font-weight:500;width:950px}.footer__text--small{font-size:1.125rem}.footer__text--big{font-size:1.625rem}.footer__text--bold{font-weight:700}.footer__text--margin-top{margin-top:20px}.footer__link{color:#333}.footer__options{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;max-width:900px;margin:10px auto 0}@media (max-width:600px){.footer__options{grid-template-columns:repeat(1,1fr)}}.footer__link--undecorated{text-decoration:none}body,html{font-family:Roboto,sans-serif;background-color:#f1f2f6;padding:0;margin:0;touch-action:manipulation}