* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: m;
    src: url('../font/LexendDeca-Regular2.ttf');
}

@font-face {
    font-family: b;
    src: url('../font/LexendDeca-Medium2.ttf');
}

body {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #8b8d8c;
    box-sizing: border-box;
    list-style: none;
}

em,
i {
    font-style: normal;
}

b,
strong {
    font-weight: normal;
}

div {
    box-sizing: border-box;
}

img {
    border: none;
    vertical-align: middle;
    object-fit: cover;
}

input {
    outline: none;
    box-sizing: border-box;
}

button {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    outline: none;
}