@charset "UTF-8";
.youtube {
    padding: 0, 10%;
    margin: 80px auto;
}
.youtube .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 200px);
    grid-template-rows: repeat(1, 320px);
    gap: 20px 80px;
    justify-content: center;
}
.youtube .grid li a img {
    width: 200px;
}

.youtube .grid li p.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    color: black;
    text-decoration: none;
}

.youtube .grid li p.btn span {
    border: 2px solid black;
    padding: 10px 20px;
}