body {
  background-color: white;
}

a {
   
    text-align:center;
}

.mya1 {
    color: white;
  	font-size:20px; 
    text-align:center;
}

.mya2 {
    color: black;
  	font-size:30px; 
    text-align:center;
}

.myDiv1 {
  border: 5px outset white;
  background-color: black;
  text-align: center;
  
}

.myDiv2 {
  border: 5px outset black;
  background-color: white;
  text-align: center;
  
}

.myDiv3 {
  border: 5px outset black;
  background-color: azure;
  text-align: center;
  
}

h1 {
  color: black;
  text-align:center;
}

h2 {
  color: black;
  font-size:30px;  
  text-align:center;
}

p {
  
  text-align:center;
}

.container {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center
  color: black;
}

.img {
  max-width: 200%;
  max-height:200%;
  text-align:center;
  
}

.texth2 {
  color: white;
  font-size:30px;  
  text-align:center; 
  
  
}

.text {
  font-size: 20px;
  padding-left: 20px;
  color:white; 
  text-align: center;
  
}

.texth3 {
  color: black;
  font-size:25px;  
  text-align:center;
  
}

.texth4 {
  color: black;
  font-size:20px; 
  font-weight: bold;
  text-align:center;
  
}

.texth5 {
  color: black;
  font-size:50px; 
  font-weight: bold;
  text-align:center;
  
}

.text2 {
  font-size: 15px;
  padding-left: 15px;
  color:black; 
  text-align: center;
  
}

.text3 {
  font-size: 20px;
  padding-left: 20px;
  color:black; 
  text-align: center;
  
}