:root {
    --bg-color: rgb(20, 20, 20);
}

body {
    background-color: var(--bg-color);
    height: 100vh;
    margin: 0px;
    overflow: hidden;
    padding: 0px;
}

.Header {
    background-color: rgb(31, 31, 32);
}

.p {
    color: white;
    font-style: italic;
}

.Title {
    color: white;
    font-style: italic;
}

.Download { 
    text-decoration: none;
    color: white;
    background-color: rgb(44, 40, 40);
    border-radius: 6px;
    border: 0px;
    font-family: cursive;
}
.Download:hover {
    background-color: rgb(12, 11, 11);
}

.Picture-Title {
    color: white;
    font-style: italic;
}

.Picture-Unavailable {
    color: white;
    font-style: italic;
}

.Description {
    background-color: black;
}
