@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300&family=Lexend:wght@200&display=swap');


#body{
    background-color: black;
}
.container{
    background-color: white;
}

h1{
	font-family: 'Karla', sans-serif;
}

p{
    font-family: 'Karla', sans-serif;
}