.myDiv {
  /*border: 1px outset #e5e512;*/
border: outset;
  /*background-color: lightblue;*/
  /*background: #b1c1e1;*/
  /*background: #11838f;*/
  background: #e5e512;
  text-align: center;
  width: 1252px;
   float: center; 
/*width:inherit;*/
}

.myDiv2 {
  /*border: 1px outset lightblue;*/
  background-color: powderblue;
  /*background: #b1c1e1;*/
  /*background: #11838f;*/
  /*background: #e5e512;*/
  text-align: center;
  width: 1259px;
   /*float: center; */
/*width:inherit;*/
display: block; 
  height:auto;
  position: relative; 
}

.myDiv3 {
  /*border: 1px outset lightblue;*/
border: groove;
   background-color: powderblue;
  /*background: #b1c1e1;*/
  /*background: #11838f;*/
  /*background: #e5e512;*/
  text-align: center;
  width: auto;
  height: auto;
}

.styled {
  border: 0;
  line-height: 1.5;
  padding: 0 15px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-shadow: 1px 1px 1px #000;
  border-radius: 5px;
  background-color: rgb(220 0 0 / 100%);
  background-image: linear-gradient(
    to top left,
    rgb(0 0 0 / 20%),
    rgb(0 0 0 / 20%) 30%,
    rgb(0 0 0 / 0%)
  );
  box-shadow:
    inset 2px 2px 3px rgb(255 255 255 / 60%),
    inset -2px -2px 3px rgb(0 0 0 / 60%);
}

.styled:hover {
  background-color: rgb(255 0 0 / 100%);
}

.container
{
  display: block; 
  height:auto;
  position: relative; 
  width: 960px;
  	background-image:url(images/background.png);
background-repeat:no-repeat;

}

.center {
  margin-left: auto;
  margin-right: auto;
}

.styled:active {
  box-shadow:
    inset -2px -2px 3px rgb(255 255 255 / 60%),
    inset 2px 2px 3px rgb(0 0 0 / 60%);
}