body {
    background-color: black;
    
}

a {
    text-decoration: none;
}

h1 {
color: aqua;
}

h2 {
color: aqua;
}

p {
    color: aqua;
}

img {
    align-items: center;
    max-width: fit-content;
}

center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}