h1 {color: white; 
    text-shadow: 3px 0px 10px white; 
    text-align:center;
}

h3 {color: white;
text-align: center;
}

main {width: 650px;
    font-family: Arial, Helvetica, sans-serif;
}

body {background: linear-gradient(125deg, rgb(54,81,217), rgb(207,56,148));
}

.learn {color: white; 
    background: rgb(255, 117, 75) 
}
.order {color: white;
    background:rgb(144, 111, 221)
}

button {position: relative;
width: 100px;
height: 30px;
border-radius: 5px;
box-shadow: 3px 0px 10px rgb(57, 38, 128);
}
    


p  {text-align: justify; 
    color:white;
}



img{ width: 500px;
    height: 333px;

}