@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body{
    font-family: 'Roboto', sans-serif;
    background-color: rgb(39, 38, 38);
    color: white;
    font-size: 20px;
}

h2{
    font-size: 22px;
}

p, h2, h3{
    line-height: 1.8em;
}