body {
    background-repeat: no-repeat;
	background-size: cover;
	background-image: url('https://i.pinimg.com/736x/e7/ae/79/e7ae798e018891dc659a94d83a7b3000.jpg');
}
.simple-table {
      width: 100%;
	  height: 100px;
      border: 3px solid black; 
      border-collapse: collapse;
    }
.simple-table th, .simple-table td {
      border: 1px solid black;
      padding: 8px;
      font-weight: bold;
      text-align: left;
    }
table,th,td {
	border: 2px solid;
	border-collapse:collapse;
	padding: 5px;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.7);
}

.img1 {
    float: left;
}
header {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
header h1 {
    font-size: 36px;
    margin: 0;
}
h1 {
	padding-left: 20px;
    font-size: 70px;
    line-height: 1.4;
    color: #333333;
    font-weight: bold;
    margin-bottom: 16px;
}
h2 {
	padding-left: 30px;
}

p {
    font-size: 20px;
    line-height: 1.8;
    color: #555555;
    margin-bottom: 24px;
	text-align: Justify;
	padding: 20px;
}
