 .Hero{
    background: rgb(34, 34, 34);
    padding: 20px;
    height: 400px;
    background-image: url(images/Hero.JPEG);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.Hero h1, h2 {
    
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    margin: 20px;
    display: block;
    margin-left: 250px;
    margin-right: 250px;
    text-align: center;
    color: white;
}

.Built{
    background:#111827;
    margin: 100px;
    text-align: center;
    border-radius: 8px;
    margin-left: 25%;
    margin-right: 25%;
}

.PC{
    font-family:'Courier New', Courier, monospace;
    border: 2px solid black;
    border-radius: 12px;
    padding: 20px;
    width: 240px;
    margin: 50px;
    color: black;
    background: rgb(226, 162, 43);
    border: 2px solid rgb(248, 226, 25);

    display:inline-block; 
    height: auto;
}

.PC img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border: 2px solid rgb(0, 0, 0);
}

.PC a{
    background-color: black;
    color: rgb(255, 255, 255);
    padding: 10px;
}

.PCGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;

    max-width: 1400px;
    margin: 40px auto;
    padding: 20px;
    height: auto;
}
.Featured{
    text-align: center;
    background-color: rgb(39, 38, 38);
    margin: 50px;
    border-radius: 8px;
    font-family: 'Courier New', Courier, monospace;
}

.FAQ{
    margin-right: 50%;
}