* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    background: #f5f5f5;
}
a {
    text-decoration: none;
    color: #333;
    transition: all 0.25s ease;
}
a:hover {
    text-decoration: none;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
}