*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header,
section h2 {
    font-family: 'Bungee', sans-serif;
}

header {
    padding: 16px 0;
    background-color: rgb(255, 0, 0);
    color: #ecf0f1;
}

header nav li {
    display: inline;
    margin-left: 16px;
    font-size: 14px;
    
}

header h1,
section h2 {
    font-weight: normal;
}

header nav li a {
    color: #ecf0f1;
    text-decoration: none;
}



header .container,
section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}
.brands-list img {
    height: 24px;
}

.brands-list li {
    display: inline;
    margin-right: 8px;
}


section .container {
    align-items: flex-start;
 }

 section {
    padding: 24px 0;
 }

 section h2 {
    margin-bottom: 16px;
    color: #0d869e
 }

 section {
    color: #0d869e;
 }

 section p {
    margin-bottom: 8px;
 }

 section h3,
 section h1,
 form button {
    font-family: 'Bungee', sans-serif;
    color: #0d869e
 }
 
 section h3 {
   margin-bottom: 16px;
 }
 .store-front {
    margin-right: 32px;
}

#contact .container {
    display: block;
}


form button {
    background-color: rgb(255, 0, 0);
    color: #ecf0f1;
}



.social-links img {
    height: 24px;
}

.social-links li{
    display: inline;
    margin-right: 8px;
}

.social-links li a{
    text-decoration: none;
}

.contact-methods {
    display: flex;
    justify-content: space-between;

}

form input,
form textarea,
form button {
    display: block;
    width: 320px;
    margin-bottom: 8px;
    padding: 8px;
}

form {
    resize: none;
}

.social-links img {
    height: 24px;
}
.contact-methods {
    display: flex;
    justify-content: space-between;

}

/*daqui pra baixo, está fora de section*/
 
body {
    background-color: #5d5e5e3b;
    padding: 50px;
    margin: 20px;
    font-family: 'Roboto', sans-serif;

    
}

h2 {
    font-family: 'Bungee', sans-serif;
    color: #0d869e
    
}

h2  {
    text-align: center;
    
}

p {
    color: #0d869e;
}

.mk2 {
width: 80%;
display: block;
margin: 0 auto;
}



