@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Raleway', sans-serif;
    background-color: peru;
    color: white;
}

body {
    margin-top: 100px;
    margin-left: 10vw;
    margin-bottom: 100px;
}

h1 {
    font-size: 5rem;
    font-weight: 900;
    margin-bottom: -1rem;
}

h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: .66rem;
}

h3 {
    font-size: 1.2rem;
    margin-top: 3.5em;
}

h4 {
    color: rgb(255, 208, 162);
    font-weight: 600;
    font-size: 0.66rem;
    text-transform: uppercase;
    margin-bottom: -.8rem;
}
