@charset "UTF-8";

* {
    font-family: Arial, Helvetica, sans-serif;
    /*height: 100%;*/
}

body {
    background-image: linear-gradient(to right, #f0bf00, #2A84FE);
}

main {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(211, 201, 67, 0.616);
    width: 600px;
    padding: 10px;
    margin: auto;
}

h1 {
    color: #2A84FE;
    text-align: center;
    text-shadow: 1px 1px 0px black;
}

h2 {
    color: blueviolet;
}

p {
    text-align: justify;
}