* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    background: #050505 url("./images/bg.png") center/cover no-repeat fixed;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #fffff0;
    overscroll-behavior: none;
}
