body {
    background-attachment:fixed;

    font-family: 'Lexend Deca';
    font-size: 22px;
    color:white;
      text-shadow: 
        -1px -1px 0px #345e9d,
         0px -1px 0px #345e9d,
         1px -1px 0px #345e9d,
        -1px  0px 0px #345e9d,
         1px  0px 0px #345e9d,
        -1px  1px 0px #345e9d,
         0px  1px 0px #345e9d,
         1px  1px 0px #345e9d;
   
        background-image: url('Images/Backgrounds/symphony.png');
         background-repeat: no-repeat;
  background-position: center; /* Centers the image */
  background-size: cover; /* Forces image to cover the entire page */
}

.myDiv {
      font-family: 'Lexend Deca';
  border: 5px solid #345e9d;
  background-color: white;
  text-align: center;
  width:450px;
  height:550px;
}