body {
  background-color: yellow;
}

.newspaper{
  column-count: 3;
  height: 95%;
}

.columnstyling {
  display: none;
  float: right;
}

.header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.container {
  position: relative;
  display: block;
  width: auto;
  margin-top: 200px;
  float:left;
  height: calc(100vh - 200px);
}

h1{
  font-family: arial;
  font-weight: 500;
  font-size: 15px;
  font-style: italic;
  color: yellow;
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 15px 32px;
  margin: 4px 2px;
  text-align: center;
  background-color: black;
}

.question {
  font-style:  italic;
  color: yellow;
  background-color: black;
}

.button {
  border: 1px solid #000000;
  border-radius: 50px;
  color: black;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin: 4px 2px;
  cursor: pointer;
  outline: none;
  float: left;
  background-color: yellow;
}

.button:hover{
  background-color: black;
  border: 1px solid #000000;
  border-radius: 50px;
  color: yellow;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-style: italic;
  margin: 4px 2px;
  cursor: pointer;
  outline: none;
  float: left;
}

p1{
  font-family: "gopher";
  font-weight: bold;
}

/* Very large viewports */
@media screen and (min-width: 1280px)   {
  h1{
    font-family: "gopher";
    font-weight: 500;
    font-size: 15px;
    font-style: italic;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 15px 32px;
    margin: 4px 2px;
    text-align: center;
  }

  .button {
    border: 1px solid #000000;
    border-radius: 50px;
    color: black;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin: 4px 2px;
    cursor: pointer;
    outline: none;
    float: left;
    background-color: yellow;
    font-family: "gopher";
  }

  .button:hover{
    background-color: black;
    border: 1px solid #000000;
    border-radius: 50px;
    color: yellow;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-style: italic;
    margin: 4px 2px;
    cursor: pointer;
    outline: none;
    float: left;
    font-family: "gopher";
  }

  p{
    font-family: "gopher";
  }
}

/* Viewports between 768 and 1280 px */
@media screen and (min-width: 768px) and (max-width: 1280px)   {
  h1{
    font-family: "Mach Pro";
    font-weight: 500;
    font-size: 15px;
    font-style: italic;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 15px 32px;
    margin: 4px 2px;
    text-align: center;
  }

  .button {
    border: 1px solid #000000;
    border-radius: 50px;
    color: black;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin: 4px 2px;
    cursor: pointer;
    outline: none;
    float: left;
    background-color: yellow;
    font-family: "Mach Pro";
  }

  .button:hover{
    background-color: black;
    border: 1px solid #000000;
    border-radius: 50px;
    color: yellow;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-style: italic;
    margin: 4px 2px;
    cursor: pointer;
    outline: none;
    float: left;
    font-family: "Mach Pro";
  }

  p{
    font-family: "Mach Pro";
  }
}




/* Viewports smaller than 768 px */
@media screen and (max-width: 767px) {

  h1{
    font-family: Arial;
    font-weight: 500;
    font-size: 15px;
    font-style: italic;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 15px 32px;
    margin: 4px 2px;
    text-align: center;
  }

  .button {
    border: 1px solid #000000;
    border-radius: 50px;
    color: black;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin: 4px 2px;
    cursor: pointer;
    outline: none;
    float: left;
    background-color: yellow;
    font-family: Arial;
  }

  .button:hover{
    background-color: black;
    border: 1px solid #000000;
    border-radius: 50px;
    color: yellow;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-style: italic;
    margin: 4px 2px;
    cursor: pointer;
    outline: none;
    float: left;
    font-family: Arial;
  }

	p{
    font-family: Arial;
  }
}
