h1 {
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
}

    h2 {
      font-family: Arial;
      font-size: 2.5rem;
      text-align: center;
    }
	h3 {
      font-family: Arial;
      font-size: 2.5rem;
      text-align: center;
    }
	table{
    border: 4px solid black;
	  text-align: left;
    margin-left: auto; 
    margin-right: auto;
    width: 50%;
    padding: 2px;
    background-color: rgb(196, 255, 246);
    }
  .back1{
       background-color: rgb(196, 255, 246); 
       text-align: center;
    }
  .back2{
       background-color: rgb(196, 255, 246); 
       text-align: left;
    }
	th {
    border: 3px solid black;
	  text-align: center;
    }
	td {
    border: 2px solid black;
	  text-align: left;
    }
	.btn1 {
  border: none;
  border-radius: 5px;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  background-color: #282A35;
  color: white;
  position: relative;
}
	.btn2 {
  border: none;
  border-radius: 4px;
  padding: 4px 4px;
  font-size: 16px;
  cursor: pointer;
  background-color: #1cc436;
  color: white;
  position: relative;
}

.ribbon {
  width: 56;
  font-size: 10px;
  padding: 4px;
  position: left;
  right: -25px;
  top: -12px;
  text-align: center;
  border-radius: 25px;
  transform: rotate(20deg);
  background-color: #ff9800;
  color: white;
}
.body2 {
          background-image: url(https://www.w3schools.com/howto/img_link_tree_template1_bg.jpg); /* The image used for background*/
          background-repeat: no-repeat; /* Do not repeat the image */
          background-position: center; /* Center the image */
          background-size: cover; /* Resize the background image to cover the entire container */
      }
.lab1 {
        display: inline-block;
        width: 550px;
        text-align: left;
      background-color: rgb(255, 255, 255);
}
.lab2 {
        display: inline-block;
        width: 250px;
        text-align: left;
        background-color: rgb(255, 255, 255);
}