h1{
    text-align: center;
}

body{
    background-color: rgb(154, 213, 224);
}

h2{
    text-align: center;
    font-size: larger;
    background-color: rgb(230, 126, 204);
    margin-top:20px;
    font-weight: bolder;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 30px;
    text-shadow:-2px -2px rgb(186, 223, 169), 2px 2px rgb(36, 115, 218) ;
    color: rgb(0, 0, 0);
    line-height: 60px;
    font-size: 40px;

   

    
}

p{
    font-size: medium;
    text-align: center;
    background-color: rgb(191, 226, 162);
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
    margin: auto;
    max-width:1000px;
    line-height: 35px;
    color: black;
    text-shadow: none;
    font-size: 25px;



}

table{
    text-align: center;
    margin: auto;
    margin-top: 30px;
    border-collapse: collapse;
   background-color: rgb(206, 156, 235);
    border: 5px solid rgb(133, 73, 230);
    width: 90%;
    height: 400px;


}

tr{
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: 25px;
}

th{
    color: white;
    font-family: 'Courier New', Courier, monospace;
    text-shadow:-1px -1px rgb(178, 98, 189), 1px 1px rgb(135, 67, 224) ;
    font-size: 27px;
    font-weight: bolder;
}

tr:nth-child(even){
    background-color:rgb(188, 139, 243);
}

.container{
    background-color: rgb(228, 152, 221);
    margin-top: 50px;
    max-width: 300%;
}

.column{
    margin:20px;
}

.box{
    margin-block-end: auto;
}

img{
    display: block;
    margin: auto;
    max-height: 600px;
    max-width: 600px;
    border: 20px solid rgb(174, 213, 228);
    border-radius: 2%;



}

.img-responsive{

    margin-top: 50px;
    margin-bottom: 50px;
 
}



.a{
    margin: auto;
   
}

.b{
    margin: auto;
}

h1{
    text-align:center;
    font-size:  100px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 30px;
    text-shadow:-5px -5px rgb(186, 223, 169), 5px 5px rgb(135, 67, 224) ;
    color: rgb(0, 0, 0);
    /*text-shadow:5px 5px rgb(230, 126, 204);*/   

}

.container {
    position: relative;
  }
  
.text-block {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgb(167, 231, 150);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    text-shadow: -2px -2px rgb(65, 87, 72);
    border: 5px solid rgb(185, 105, 231);
    border-radius: 5%;
    font-family: 'Courier New', Courier, monospace;

  }

  p1{
      font-weight: bolder;
  }

  h4{
    font-weight: bolder;
  }