body {
    background-image: url(./Home_Page/Picture13.jpg);
    background-size:cover;
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    text-align: center;
    font-size: 5em;
    margin-top: 7%;
    text-shadow: 2px 2px 4px #000000;
}

ul {
    font-size: 1.2em;
    margin-top: 17em;
}

h2 {
    font-size: 30px;
    color: #0c0404;
    text-align: center;
    animation: fadein 4s;
}
@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}