@charset "UTF-8";

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

body {
    background-image: linear-gradient(to right,#0119F0, #0C9BF0);
}

main {
    background-color: white;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgb(9, 104, 160);
    width: 90%;
    padding: 10px;
    margin: auto;
}

h1 {
    color: #F09418;
    text-align: center;
    text-shadow: 1px 1px 2px #F0EC18c5;
}

h2{
    color: #710CF0;
}

p {
    text-align: justify;
}
