html {
    font-family: sans-serif;
}
body * {
    box-sizing: border-box;
}

.container {
    max-width: 1320px;
    padding: 0 15;
    margin: 0 auto;
}

.header_container {
    width: 1000vh;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid gray;
}

a {
    color: #000;
}

.header_logo {
    height: 60px;
    background-color: #000;
}

.container_list {
    width: 250px;
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header_phone {
    text-decoration: none;
}

