

/* Set a background image by replacing the URL below */
body {
    background: url("../images/saveByTheBell.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-family: 'Courier New', Courier, monospace;
  }

  button {
    margin: 4px !important;
    height: 60px !important;
  }


  #start_game  {
    margin: 40px !important;
    height: 15% !important;
    font-size: 40px !important;
  }


  h1{
    font-family: "The Army of God";
    font-size: 70px;
    color: blue;
  }

  .lead {
    margin: 50px !important;
    font-size: xx-large;
    display: none !important;
  }

  .time_container{
    display: flex !important;
  }

  #load_content {
    font-size: x-large;
    margin-top: -150px !important;
  }

  img {
    width: 500px;
    height: 500px;
    margin: 20px;
  }
  
  .answer{
    display: inline-table;
    font-size: 35px;
  }






