CSS Center
display: grid;
place-items: center;
JS Fetch
fetch(url)
.then(res => res.json())
.then(data => console.log(data));