body {
    font-family: Archivo Narrow, sans-serif;
    font-optical-sizing: auto;
}

header {
    text-align: center;
    color: white;
    padding-top: 166px;
    padding-bottom: 188px;
    background-image: url("../images/bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section > div {
    background-color: rgba (0, 0, 0, 1);
    width: 960px;
    margin: auto;
}

footer > div {
    width: 960px;
    margin: auto;
}
section.three > div {
    width: 710px;
    margin: auto;
}

h1 {
    margin: 0;
    font-size: 80px;
    line-height: 1;
}

h2 {
    font-size: 30px;
    margin: 0;
    margin-top: 16px;
    line-height: 1;
}

p {
    font-size: 18px;
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 16px;
    line-height: 1.4;
}

h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 31px;
}

section {
    padding: 1px 0 41px;
}

section.one {

    background-color: rgba(148, 144, 177, 1);
    color: white;
    
}

section.two {
    background-color: rgba(255, 255, 255, 1);
    color: rgb(72, 72, 72)
}


section.three {
    background-color: rgba(139, 134, 185, 1);
    color: white;
    text-align: center;
    font-size: 2px;
    padding-bottom: 100px;
}

.pedalsPic {
    float: right;
    width: 400px;
    height: 300px;
    border: 2px white solid;
    margin-bottom: 30px;
    margin-left: 35px;
}

.description {
    clear: left;
}


h4 {
    margin: -1px 0 4px 0;
    font-size: 20px;
    line-height: 32px;

}

li {
    margin: 0;
    padding: 0;
    clear: both;
}

.photoPic {
    width: 200px;
    height: 150px;

}


.thingies {
    display: grid;
    grid-template-columns: 195px 235px 0px 195px 235px;
    gap: 18px;
    padding: 0 0 1px;
    

}


.thingies li {
    width: 90%;
    list-style-type: none;
    margin-left: -1px;
    font-size: 18px;
    align-self: start;
    line-height: 25px;

}


p2 {
    font-size: 26px;
    margin: 0;
    margin-top: 16px;
    line-height: 1.4;
}
footer {
    padding: 41px 5px;
    font-size: 18px;
    background-color: rgb(255, 255, 255, 1);
    color: rgb(44, 255, 143);
}