main{
    flex-direction: column;
    align-items: center;
}

a > h2{
    text-align: center;
}

h3{
    font-style: italic;
}

li{
    color: var(--small-text-color);
    margin: 0px 0px 8px 20px;
    font-style: italic;
}

.refLink p{
    font-weight: bold;
}

.guideThumb{
    width: 100%;
    max-width: 1250px;
    border-radius: 25px;
    margin: 25px 0px;
}

.stepThumb{
    width: 100%;
    max-width: 500px;
    margin: 25px 0px;
}

.initialText{
    margin: 0px 0px 50px 0px;

    align-items: center;

    max-width: 750px;
    width: 100%;
}

.guideInformation{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 750px;
}

.guideStepRow{
    display: flex;
    flex-direction: row;
    margin: 0px auto 75px;
    width: 100%;
    justify-content: center;
    gap: 25px;
}

.ytVideo{
    border-radius: 25px;
    margin: 10px 0px 25px;
}


@media (max-width: 1100px) {
    .guideStepRow{
    flex-wrap: wrap;
    }
}