/*===============================*\
Make a table
\*===============================*/
td {text-align: left;}
th, td {border: 1px solid black;}
table {border-collapse: collapse;}
th, td {padding: 5px;}
/*==============================*\
Captation
\*==============================*/
caption {font-family: arial black;}
/*=============================*\
Make a button
\*============================*/
button {border-radius: 15px;}
button {box-shadow: 3px 3px 5px grey;}
/*============================*\
Add a background picture to pages
\*============================*/
body {background-image: url("Nile-River.png"); background-repeat: no-repeat; background-size: cover;}
/*============================*\
Set styling for h1 header
\*============================*/
h1 {font-family: serif; color: red; font-size: 3.25rem;}