.page {
    max-width: 960px;
    /*min-width: 300px;*/
    margin: 0 auto;
  }
  
  html {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #454545;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
    text-align: center;
  }
  
  header {
    text-align: center;
  }
  header span {
    font-size: 60px;
    font-size: 2em;
    color: #f16059;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
  }
  
  .ball {
  position: relative;
  
  
  }

  #card {
    margin:auto;
    background-color:rgb(52, 61, 81);
    border-radius: 15px;
    max-height: 400px;
    max-width: 90%;
    transition: transform .1s;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    
      }

   #card:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    transform: scale(1.1);

   }   

/*#slogan{
  margin: auto;
  padding-bottom: -50px;
  width: 100%;
  color: rgb(0, 0, 0);
}*/
    
  #answer {
    color: rgb(252, 226, 212);
    padding: 10%;
    max-width: 350px;
    /*text-transform: uppercase;*/
    margin: auto;
    position: relative;
    
    /*margin-left: 36%;
    margin-right: 36%;*/
    text-align: left;
    font-size: 28px ;
  }
  
  #questionButton {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-size: 1.875em;
    margin-top: 20px;
    color: #f8f8f8;
    background-color: rgb(52, 61, 81);
    border-radius: 15px;
    border: none;
    padding: .5em 1em;
    width: 350px;
    max-width: 90%;
    transition: transform .1s;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }

#questionButton:active{
  transform: scale(0.9,0.9);
}

  
  footer {
    margin-bottom: 20px;

    font-size: 12px;
    font-size: .75em;
  }