#container{
   font-size: 40px;
   font-family: sans-serif;   
   text-align: center;
   height: 100px;
   width: 910px;   
   border: 1px solid black;
   border-radius: 5px;
   background-color:lavenderblush;
   margin: 0 auto;
   line-height: 90px;
}
#container2{
   font-size: 40px;
   font-family: sans-serif;   
   text-align: center;
   height: 200px;
   width: 950px;   
   border: 1px solid black;
   border-radius: 5px;
   background-color:lavenderblush;
   margin: 0 auto;
   line-height: 90px;
}
a{
   text-decoration: none;
}
#si{
   font-size: 60px;
   font-family: sans-serif;   
   text-align: center;
   height: 100px;
   width: 200px;   
   border: 1px solid black;
   border-radius: 5px;
   background-color:hotpink;
   color: white;
   line-height: 100px;
   position: absolute;
   top: 20%;
   left:30%;
   
}

#no{
   font-size: 30px;
   font-family: sans-serif;   
   text-align: center;
   height: 50px;
   width: 100px;   
   border: 1px solid black;
   border-radius: 5px;
   background-color:rgb(115, 50, 83);
   color: white;
   line-height: 50px;
   position: absolute;
   top: 22%;
   left: 60%;
   
}