body{
    background: black;
    font-family: Inter, sans-serif;
}

h1{
    margin-left: 40px;
    margin-top: 60px;
    color: white;
    font-weight: 700;
}

h2,h3{
     color: white;
     font-weight: 700;
 }

section.content{
    margin-left: 40px;
    max-width: 90%;
}

section.content p{
    color: white;
    line-height: 30px;
}


@media screen and (max-width: 765px){
    h1{
        margin-left: 10px;
    }

    section.content{
        margin-left: 10px;
        max-width: 95%;
    }
}