@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;1,300&display=swap');

body{
    background-color: whitesmoke;
}

*{
    font-family: Lato;
}
h3{
    color: black;
}

#success {
    width: 100%;
    height: 90vh;
    color: #3c50a5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  #success > a {
    color: #fff;
    background-color: orangered;
    margin: 10px;
    padding: 10px 20px;
    font-size: 20px;
    margin-right: 20px;
    text-decoration: none;
    font-weight: bolder;
  }


  #success > a:hover{
    background-color: black;
  }

  #orderid{
      color: black;
      font-weight: bold;
  }