* {
  box-sizing: border-box
}

h1 {
    font-family: sans-serif;
    text-align: center;
}

ul {
    display: flex;
    list-style: none;
    gap: 20px;
}
.container {
    width: 100%;
    max-width: 1440px;
    display: flex;       
    justify-content: space-around;
    align-items: center;
    margin: 25px auto;
    padding: 50px;
}

