body {
    background-image: url("https://assets.freeprintable.com/images/item/original/tic-tac-toe.jpg")
}

header {
    color: rgb(255, 255, 255);
    text-shadow: 2px 5px 20px #000000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 60px;
    text-align: center; 
    background-color: rgb(255, 255, 255);
    
}

div {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 8px;
    border: 8px groove rgb(255, 255, 255);
    text-shadow: 2px 2px 2px #35353585;
    padding-bottom: 30px;
    background-color: rgb(255, 255, 255);
    font-size: 18px;
       
}

 h3 {
    
    color: midnightblue;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-shadow: 1px 1px 1px #6e6e6e;
    font-size: 20px;
    text-align: left;  
    
}

article {text-align: center
}
a:link {
    color: midnightblue;
    background-color: transparent;
    text-decoration: none;
  }


