@charset "UTF-8";

* {
    font-family: Arial, Helvetica, sans-serif;

}

body {
    background-image: linear-gradient(202deg, #73142d, #400e20);
    background-attachment: fixed;
}

main {
    background-color: #dce6f252;
    box-shadow: -2px 10px 100px 20px #260b1a9c;
    width: 600px;
    padding: 10px;
    margin: auto;
    border-radius: 28px;

}

p {
    text-align: justify;
    text-indent: 0.3em;
}

h1 {
    color: #400E20;
    font-size: 50px;
    text-align: center;
    text-shadow: 1px 1px 10px #13040ac0;
    font-family: monospace
}

h2 {
    color: #8f2336;
    font-size: 25px;
    text-shadow: -1px -1px 20px #73142d;
    font-family: Verdana, Geneva, Tahoma, sans-serif
}

a {
    color: black;
    background-color: aliceblue;
    text-decoration: none;
}

a:hover {
    background-color: BLACK;
    color: white
}