h1 {
   color: #efefef;
   text-align: center;
   font-style: normal;
   font-size: 20pt;
   position: inherit;
   top: 15px;
   font-family: sans-serif;
}
h2 {
   color: #bebebe;
   text-align: center;
   font-style: normal;
   font-size: 16pt;
   position: inherit;
   top: 0px;
   font-family: sans-serif;
}
p {
   color: black;
   text-align: center;
   font-style: normal;
   font-size: 26pt;
   position: relative;
   font-family: sans-serif;

}
.body {
   background-color: #efefef;   
}
.main {
   position: relative;
   top: 0px;
   left: 0px;
   background-color: #efefef;
   margin: 0px;
   padding: 0px;
   
}
.header {
   position: relative;
   margin: 200px auto auto auto;
   padding: 0px;
   background-color: #8c71ff;
   border-radius: 15px;
   width: 800px; 
   height: 100px;
}
.block1 {
   position: relative;
   float: down;
   margin: 5px auto;
   padding-top: 0px;
   background-color: white;
   width: 794px;
   height: 250px;  
   border-color:#8c71ff;
   border-width: 3px 3px 3px 3px;
   border-style: solid;
   border-radius: 15px;
}