body {
    background-image: url(wQub3px.jpg);
    background-size: cover;
}

h1 {
    color: : #000000;
    text-align: center;
    font-size: 80px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
}

p {
    font-family: verdana;
    font-size: 20px;
}

.jumbotron {
  background-color: #ffffff;
  outline-color: #000000;
  outline-width: thick;
  outline-style: groove;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  height: 100%;
  padding: 1px;
  width: auto;
}

h2 {
  font-size: 90px;
  font-family: "Times New Roman", Times, serif;
}

a:link {
    color: black;
}

a:visited {
    color: gold;
}

a:hover {
    color: hotpink;
}

a:active {
    color: red;
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
}
