*{
  margin: 0;
  padding: 0;
  font-family: Roboto;
  font-size: 14px;
  box-sizing: border-box;
}

body{
  background-color: #FAFAFA;
}
.container{
  width: 640px;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #fff;
}

header{
  background-color: #fff;
  border-bottom: 1px solid #BFBFBF;
  position: fixed;
  z-index: 200;
  width: 100%;
  top: 0;
}

.header__container{
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.icons{
  display: flex;
  flex-direction: row;
}

.icon:not(:last-child){
  padding-right: 30px;
}

.stories{
  margin-top: 130px;
  height: 164px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #BFBFBF;
}

.account{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.intellectfox_icon{
  border: 5px;
}

.live{
  width: 26px;
  height: 14px;
  border-radius: 2px;
  background: linear-gradient(#EBAF4D, #D60A66 60%);
  color: #ffffff;
  font-size: 8px;
  font-weight: 700;
  font-family: Roboto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 18px;
  left: 27px;
  z-index: 150;
  border: 1px solid #ffffff;
}


.logo,
.icon,
.account,
.footer__like img,
.post__header img,
.post__header span{
  cursor: pointer;
}

.post{
  border: 1px solid #BFBFBF;
  margin-top: 30px;
  padding: 0;
}

body:last-child{
  margin-bottom: 30px;
}

.post__header{
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.post__header img{
  width: 36px;
  margin: 0 16px 0 14px;
}
.text{
  font-weight: bold;
  font-size: 16px;
  color: #121212;
}
.post__body{
  width: 100%;
  height: 638px;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
}
.post__body img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post__footer{
  padding-left: 24px;
  height: 113px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer__like{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 21px;
}

.footer__like img{
  width: 32px;
  height: 30px;
  margin-right: 16px;
}

.footer__comm .text{
  padding-right: 16px;
}


.foxgram_icon{
  border: 2px #ffffff solid;
  border-radius: 50%;
  z-index: 10;
  margin-bottom: 7px;
}

.grad{
  width: 83px;
  height: 83px;
  background: linear-gradient(45deg, #EBAF4D, #D60A66);
  border-radius: 50%;
  position: absolute;
  top: -2px;
}

.intellectfox_icon{
  border: none;
  width: 77px;
  height: 77px;
}

.grad_fox{
  width: 83px;
  height: 83px;
  background: linear-gradient(45deg, #EBAF4D, #D60A66);
  border-radius: 50%;
  position: absolute;
  top: -3px;
}


