body
{
background-color : #EAC5F0;

padding: 20px;}
img{
	margin: auto;
}
table, tr, td{
	border:1px solid black;
}
table{width: 100%;
      table-layout: fixed;
	  text-align:center;
	  }
	  


        
        h1 {
            text-align: center;
			font-family: 
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
            background-color: #548ACC;
        }
        th, td {
			font-family: Arial, sans-serif;
            border: 1px solid #dee2e6;
            padding: 10px;
            text-align: center;
        }
        th {
            background-color: #343a40;
            color: white;
        }
        tr:nth-child(even) {
            background-color: #f1f1f1;
        }
    


