@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.Main{
    font-family: Calibri, sans-serif;
	color: #fff;
    height: 324px;
    max-height: 260px;
    max-width: 336px;
    background: #272D67;
    padding:32px;
    margin:0px auto;
}
body {
  background-color: transparent;
  margin:0px auto;
}

.stock_cont,
.value_cont,
.footer_cont{
    display: block;
}
.name_cont,.val_cont{
    display: inline-block;
    width: 50%;
}
.market_cont {
    font-size: 18px;
    font-weight: 400;
  }
  .last_cont {
    font-size: 40px;
    font-weight: 700;
  }
  .name_cont {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    line-height: 18px;
  padding-bottom: 22px;
  }
  .val_cont {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
  }
  .first {
    border-bottom:1px solid #07B1D3;
    margin-bottom: 22px;
  }
  .footer_cont {
    font-size: 16px;
    font-weight: 400;
  }
  .value_cont {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
  }