*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: url(/public/images/3.2.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

button,
input {
    border: none;
    cursor: pointer;
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul {
    list-style: none;
}

select {
    border: none;
}