h1 {
    color: white;
    text-shadow: 0px 0px 5px white;
}
h2 {
    color: white; 
}

p {
    color:white;
    text-align: justify;
}

main {
    width: 600px;
    background: linear-gradient(125deg, rgb(54, 81, 217), rgb(207, 56, 148));
    padding: 20px; 
}
  
 .Order {
     color: white;
     background: blue;
 }

 .Learn {
     color: white;
     background-color: brown;
 }
 img {
     inline-size: 600px;
 }
