a {
    color: currentColor;
    text-decoration: none;
}

.one, .two, .three, .four, .five {   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.one {
    background-image: url("/img/\(1\).jpeg");
}

.two {
    background-image: url("/img/\(2\).jpeg");
}

.three {
    background-image: url("/img/\(3\).jpeg");
}

.four {
    background-image: url("/img/\(4\).jpeg");
}

.five {
    background-image: url("/img/\(5\).jpeg");
}