body {
    background-image: linear-gradient(125deg, rgb(54,81,217), 
    rgb(207,56,148));
    color: white;
}
main {
    width: 600px;
    text-align: justify;
}
h1 {
    text-shadow: 0px 0px 8px white;
}
.one {
    background: cornflowerblue;
} 
.two {
    background: orange;
}