#phone-screen {
    height: 100vh;
    width: 100vw;
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: 200;
    background-color:black;
    color: #ffffff;
    background-image: url("/images/lockscreen.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    overscroll-behavior: contain;
  }

  #phone {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    position: relative;
    /* display: none; */
  }

  #center-line {
    text-align: center;
    margin-top: 20vh;
  }

  #time {
    font-size: 80px;
    margin-top: 10px;
  }

  #date {
    font-size: 20px;
  }

  #icons {
    margin-top: 30px;
  }

  #bottom-line {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    top: 40%;
  }

  #bottom-line img {
    display: block; 
  margin: 0 auto;
  }
  
  #bottom-line #predictedCard {
   
   
  }
  /* #predictedCard{
    width:100%;
    display: flex;
    position: relative;
    justify-content: center;
   background-color: aqua;
  } */