.info-block {
    max-width: 700px;
    margin: 40px auto;
    padding: 20px;
    color: #33CCFF;
    font-family: "Oxanium", monospace;
    line-height: 1.5;
    text-shadow: 0 0 4px #33CCFF;
}

.info-block h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 0 0 6px #33CCFF;
}

.info-block h3 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 6px;
    letter-spacing: 1px;
    text-shadow: 0 0 4px #33CCFF;
}

.info-block p {
    margin: 0 0 12px 0;
    text-align: left;
    font-size: 14px;
}

.yt-center {
    width: fit-content;
    margin: 0 auto;
}


.img-center {
   text-align: center;
   width: 100%;
}
.img-center img {
   max-width: 100%;
}
