@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    background: #181818;
    font-family: Roboto, sans-serif;
    color: white;
    font-size: 1.2rem;
}
body *{
    max-width: 1000px;
    margin: 0 auto;
}
#sections{
    display: flex;
    flex-direction: column;
    gap: 2vh;
}
section{
    padding: 5vh 5vw;
    border: 1px solid black;
    border-radius: 16px;
    background: #444;
    text-align: center;
    box-shadow: 4px 4px 8px #000;
}
h2{
    text-align: left;
    margin: 0;
}
section p,h3,h4,h5 {
    text-align: left;
}
p{
    margin-bottom: 1vh;
}
img, video{
    margin: 1vh auto;
    max-width: 100%;
}
a{
    color: #ace;
}
span svg{
    height: 16px;
    width: 16px;
    vertical-align: middle;
}
.note{
    color: #eca;
}
h1{
    margin-top: 1vh;
    font-weight: 500;
}
h2{
    font-weight: 900;
    font-size: 3rem;
    margin-top: 2vh;
}
h6{
    font-weight: 700;
    margin-bottom: 2vh;
    font-size: 1.2rem;
}
h3{
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1vh;
}
h4{
    font-size: 2rem;
    font-weight: 300;
    margin: 1vh 0;
}