h1 {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: xx-large;
}
p {
    text-align: center;
    font-family: sans-serif;
}
.ch-pro-pic {
    border-radius: 50%;
    height: 128px;
    width: 128px;
    margin-left: 2%;
}
.yt-ch_box {
    margin: auto;
    width: 50%;
    border: 4px solid rgb(27, 27, 27);
    background-color: black;
    padding: 9px;
}
a {
    color: aqua;
}