body {
    background-color: black;
}



nav {
    background-color: #383c3d10;
}


h1 {
    color: white;
    font-size: 36px;
    font-family: sans-serif;
    text-align: center;
}

p {
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: sans-serif;
}

ul {
    color: white;
    list-style-type: none;
    padding: 0;
    text-align: center;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}