body {
    color: white;
    background-color: black;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 16px;
}

a {
    color: white;
}

img {
    width: 256px;
    height: 144px;
    border-radius: 50%;
    border: 5px solid cyan;
}

.center {
    text-align: center;
}

h2 {
    color: blueviolet;
}