@charset "UTF-8";

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

body {
    background-image: linear-gradient(to right, #CC1306, #997F99);
}

main {
    background-color: white;
    border-radius: 10px;
    box-shadow: 5px 5px 15px #ffe51f91;
    width: 600px;
    padding: 10px;
    margin: auto;
}

h1 {
color: #E05F01;
text-align: center;
text-shadow: 1px 1px 0px #642a01c2;
}

h2 {
color: #5559FF;
}

p {
text-align: justify;
}