body {
    width: 100%;
    height: 100%;
}

.scroll-contents {
    z-index: -100;
}

.background-image {
    width: 100%;
    height: 60%;
    position: relative;
    text-align: center;
    color: black;
    filter: brightness(40%);
}

.info-box {
    position: absolute;
    top: 20%;
    left: 70px;
    right: 70px;
    color: white;
    text-align: center;
    font-family: 'Samsung Sharp Sans', sans-serif;
    font-size: 70px;
    padding: 20px 10% 25px 10%;
    border-radius: 30px;
}

.spare-nav-items {
    position: absolute;
    top: 50%;
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-left: 70px;
}

.spare-nav-items ul {
    list-style: none;
}

.spare-nav-items ul li {
    display: inline;
    float: left;
}

.spare-nav-items ul li a {
    text-decoration: none;
    padding: 0 55px;
    font-family: 'Samsung Sharp Sans', sans-serif;
    color: white;
    line-height: 60px;
    font-size: 32px;
    display: block;
    height: 100%;

}

.spare-nav-items ul li a:hover {
    color: white;
}

.spare-nav-items ul li a:after {
    content: "";
    position: relative;
    background-color: white;
    height: 3px;
    width: 0%;
    bottom: 10px;
    display: block;
    transition: all 200ms;
}

.spare-nav-items ul li a:hover:after {
    width: 100%;
}

.parts {
    text-align: center;
    font-family: 'Product Sans Medium', sans-serif;
}

.parts ul {
    margin-left: 40px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

.parts ul li {
    width: 400px;
    height: 270px;
    font-size: 15px;
    font-family: 'Product Sans Medium', sans-serif;
    margin-bottom: 17px;
}

.parts ul li img {
    margin-top: 10px;
    width: 290px;
    height: 230px;
}

break {
    width: 100%;
    font-size: 10px;
    color: white;
    position: relative;
    padding: 0px 50% 0px 50%;
    background-color: #272727;
}

subtitle {
    top: 30px;
    position: relative;
    font-size: 70px;
    color: black;
    font-family: 'Times New Roman', serif;
}

ebreak {
    width: 100%;
    font-size: 10px;
    color: white;
    position: relative;
    padding: 0px 50% 0px 50%;
    background-color: transparent;
}