body{
    margin: 0px;
    background-color: rgb(52, 52, 52);
    color: #FFFFFF;
}
.parts{
    margin-left: 50px;
}

.info{
    margin-left: 50px;
    color: white;
}

.subtitle{
    font-size: 30px;
}

.header{
    width: 100%;
    height: auto;
    background-color:rgb(0, 195, 255);
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px;
}

.title{
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url(pc.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: wheat;
    font-size: 50px;
}
.title::before{
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: raba(0, 0, 0, 0.4);
    z-index: 1;
}
.title-text{
    position: relative;
    z-index: 2;
    color: white;
    font-size: 2.5rem;
    text-shadow: 0 0 10px raba(0, 0, 0, 0.7);
}

.parts_title{
    font-size: 25px;
    color: chartreuse;
}

.photo {
    width: auto;
    height: 200px;
    object-fit: cover;
}

