
body {
  background-color: rgb(157, 220, 240);
  
  font-family: Verdana;
}

h1 {

    border-top: 1px;
    border-style: double;
    color: blueviolet;
    text-align: center;
}


#menusection {

  text-shadow: 2px 2px 4px #FF00FF;


  border-radius: 1px;
  border-color: rgb(0, 255, 170);
  width: 300px;
  border: 1px;
  border-style: dashed;



}