* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    list-style: none;
    border: none;
    font-family: 'Inter', sans-serif;
}
.content {
    max-width: 1440px!important;
    margin: auto;
}