@import url("./header.css");
@import url("./main.css");
@import url("./footer.css");

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

.container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 109px;
}

.container a{
    text-decoration: none;
    cursor: pointer;
}

button{
    cursor: pointer;
}

.test{
    width: 768px;
    background: #000;
    color: #fff;
}