*{
  margin: 0;
  padding: 0;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


.bg{
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: rgb(234, 237, 243);
  }

.box{
    background-color: rgb(255, 255, 255);
    width: 180px;
    height: 270px;
    display: flex;
    margin: auto;
    justify-content: center;
    border-radius: 10px;

}  
img{
  width: 160px;
  margin-top: 10px;
  border-radius: 8px;
}
.downtext{
  font-size: smaller;
}
p{
  font-size: 9px;
}
.next{
  margin-left: 50px;
}
.bot{
  margin-left: 10px;
}
.noob{
  margin-left: 5px;
}
.down-text{
  color: gray;
  margin-top: 12px;
}
.text{
  margin-top: 7px;
  font-size: 13px;
  color: rgb(3, 3, 53);
}
.header{
  margin-left: 13px;
}
.second{
  margin-left: 10px;
}