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


section h2,
section h3,
form button{
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    
}

body,
input,
textarea{
    font-family: 'Roboto', sans-serif;
}

header{
    padding: 16px;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size:x-large;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

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

header nav li a{
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

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

.brands-list img{
    height: 100%;
}

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

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

section {
    padding: 24px o;
}
section h2{
    margin-bottom: 16px;
}

section {
    color: rgb(0, 0, 0);
}

section p{
    margin-bottom: 8px;
}

.store-front {
    margin-right: 32px;
    height: 600px;
    margin-bottom: 32px;
}

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


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

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

#contact .container{
    display: block;
}

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

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

form textarea{
    resize: none;
    height: 180px;
}

section h3 {
    margin-bottom: 16px;

}

form button {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: none;
    cursor: pointer;
}

form button:hover {
    background-color: rgb(150, 149, 149);
}

input:focus, textarea:focus {
    outline-color: rgb(0, 0, 0);
    
}


footer {
    background-color: rgb(0, 0, 0);
    color: aliceblue;
    padding: 16px 0;
}

.adress img{
    height: 120px;
    margin-bottom: 12px;
}

header img {
    height: 100px;
}