* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

body {
    background-color: #151515;
    color: #ffffff;
    overflow-x: hidden;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 1.75rem;
    text-align: center;
    margin: 2rem 0rem 2rem 0rem;
}

h2 {
    font-size: 1rem;
    margin: 0rem 0rem 1rem 2rem;
}

p {
    font-size: 0.95rem;
    margin: 0rem 2rem 1rem 2rem;
    word-spacing: 0.12rem;
    line-height: 1.15rem;
}

h3 {
    font-size: 0.80rem;
    margin: 0rem 0rem 1rem 2rem;
}

