body {
  font-family: "Noto Sans", sans-serif;
  font-size: 25px;
  background-image: url("https://i.pinimg.com/1200x/02/ad/b1/02adb1beb56fc11a7bd7c584b3f1ef3b.jpg");
  background-color: rgb(255, 255, 255);
  background-size: cover;
  background-repeat: repeat;
  
}

.title {
  margin: auto;
  text-align: center;
  display: flex; 
  align-items: center; 
  justify-content: center; 
  color: #447bc8;

  
 
  
}
  
.texts {
  margin: auto;
  text-align: center;
  top: 20%;
  left: 50%;

}
 

.Mum {
  border: 4px #9ab6dc solid;
  border-radius: 20px;
  margin: auto;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;	
  
  }

.kate {
  border: 4px #9ab6dc solid;
  border-radius: 20px;
  margin: auto;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;

  }

.TiaMissy {
  border: 4px #9ab6dc solid;
  border-radius: 20px;
  margin: auto;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;

  }

.help {
  text-align: center;
  
  }

.txtbox {
	margin: auto;
	padding: 5px;
	text-align: center;
}

table {
	border-style: solid;
	border-width: 2px;
	width: auto;
	height: auto;
}

th {
	border-style: solid;
	border-width: 1px;
	
}

td {
	border-style: solid;
	border-width: 1px;
	
}


.tia {
  margin: auto;
  text-align: center;
  display: flex; 
  align-items: center; 
  justify-content: center; 
  color: #447bc8;
  
}
























