html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

*, p, ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    user-drag: none;
    user-select: none;
    -webkit-user-drag: none;
}

ul {
    list-style-type: none;
}

.min-vh-75 {
    min-height: 75vh !important;
}

.min-vh-60 {
    min-height: 60vh !important;
}