h1 {
    color: white;
    text-shadow: 3px 3px 6px white;
}

body {
background: linear-gradient(125deg, rgb(54,81,217),
rgb(207,56,148));
height: 1080px;
}

p {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
button{
    color: white;
    border-radius: 7px;
    height: 40px;
    width : 150px;
    border-width: 1px;
    box-shadow: 0px 0px 4px black;
}

.moodybluebutton {
    background-color: darkorchid;
}

.brightorangebutton {
    background-color: orangered;
}