/* BASE */
html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #9b4b29;
    background-image: url('images/trans169.png'), url('images/bg.png');
    background-size: cover, cover;
    background-position: left bottom, left bottom;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed, fixed;
    height: 100vh;
    overflow: hidden;
    font-family: 'Poppins-SB', cursive, sans-serif;
    position: relative;
    font-size: clamp(0.9rem, 1.4vw, 1.8rem);
}