@charset "UTF-8";

* {
    font-family: Arial, Helvetica, sans-serif;
    
}
body {
    background-image: linear-gradient(to bottom, #5b6a69, #a4a4a4);
    background-attachment: fixed;
}
main {
    background-color: white;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(58, 67, 67, 0.748);
    width: 600px;
    padding: 10px;
    margin: auto;
}

h1 {
    color: #10403B;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(13, 50, 46, 0.373);
}
h2 {
    color: #4C5958;
}
p {
    text-align: justify;
}