@import url("https://fonts.googleapis.com/css2?family=Quicksand&display=swap");
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

video {
    width: 80%;
    max-width: 800px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.testo {
    background: #1b1921;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 80%;
    max-width: 800px;
    margin-bottom: 20px;
}

* {
    font-family: "Quicksand", sans-serif;
}
body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
        url("background.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1 {
    color: white;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

h2 {
    color: white;
}

a {
    color: darkturquoise;
}

p {
    color: white;
}

ul li::marker {
    color: white;
}
