* {
    font-family: Arial;
    margin: 0;
    padding: 0;
    line-height: 100%;
  }
  
  p, div {
    font-size: 15px;
    color: rgb(84, 89, 95);
    font-weight: normal;
    text-align: left;
    line-height: 22.5px;
  }
  
  b, strong {
    font-weight: bold;
  }
  
  a:link,
  a:visited {
    color: #002849;
    text-decoration: none;
  }
  a:hover,
  a:active {
    color: #54595f;
    text-decoration: none;
  }
  
  #display {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5em;
    row-gap: 3.5em;
    color: #fff;
    padding: 25px 60px;
    width: fit-content;
    background-color: #002849;
    justify-content: center;
    margin-inline: auto;
  }
  
  @media only screen and (max-width: 450px) {
  
    #display {
      padding: 25px 20px;
    }
  }
  
  #display #sharedata {
    border: 0px solid red;
    line-height: 0;
    width: fit-content;
  }
  
  #display #sharedata div {
    border: 0px solid green;
    text-align: center;
    color: #fff;
  }
  
  
  #display #sharedata .logo img {
    height: 42px;
    width: auto;
  }
  
  #display #sharedata .code {
    margin-top: 8px;
  }
  
  #display #sharedata .date {
    margin-top: 10px;
  }
  
  #display #sharedata .delayed {
    font-size: 10px;
    margin-top: 10px;
  }
  
  #display #sharedata .price {
    font-family: 'Mulish', sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-top: 8px;
  }
  
  #display #sharedata .move {
    margin-top: 8px;
  }
  
  #display #sharedata .move img {
    height: 12px;
    width: auto;
    margin-right: 5px;
    margin-bottom: -1px;
  }
  
  #display #sharedata span {
    font-size: 60%;
    margin-left: 3px;
  }
  
  #display #sensdate {
    border: 0px solid red;
    line-height: 0;
    color: #fff;
    width: fit-content;
  }
  
  #display #sensdate div {
    border: 0px solid green;
    text-align: left;
    color: #fff;
  }
  
  #display #sensdate .head {
    font-family: 'Mulish', sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1;
    text-align: center;
  }
  
  #display #sensdate .date {
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  
  #display #sensdate .date:nth-child(2) {
    margin-top: 41px;
  }
  
  #display #sensdate a:link,
  #display #sensdate a:visited {
    color: #e6e6e7;
    text-decoration: none;
  }
  
  #display #sensdate a:hover,
  #display #sensdate a:active {
    color: #54595f;
    text-decoration: none;
  }