* {
  font-family: caveat;
}

body {
  background-image: url("img/rain.jpg");

  background-repeat: no-repeat;
  background-position: top;
  background-position: center;
  background-size: 100% auto;
  background-attachment: fixed;
  margin: 0;
  max-width: 100%;
  background-color: black;
}

.titlebar {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  /* background-color: #3d5163;
  background: linear-gradient(to bottom, #3d5163 70%, transparent); */
}

.navbar {
  display: flex;
  justify-content: space-between;
  min-width: 100%;
  position: fixed;
}
.navbar a {
  color: black;
  min-height: 50px;
  width: 100%;
  justify-content: space-between;
  text-decoration: none;
}

/* link text*/
a:link {
  font-weight: bold;
  font-size: 30px;
  color: whitesmoke;
}

/* visited link */
a:visited {
  color: green;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #3d5163;
}

/* selected link */
a:active {
  color: blue;
}
/*
.h1 {
  background-color: red;
  font-family: caveat, roboto;
  text-align: center;
}
*/

footer {
  color: whitesmoke;
  text-align: center;
  vertical-align: bottom;
  margin-top: 99%;
  font-size: larger;
}
.maintext {
  display: flex;
  color: whitesmoke;
  margin: 50% auto;
  background-color: rgba(039, 069, 033, 30%);
  text-align: center;
  max-width: fit-content;
  border: 2px solid black;
  font-size: 30px;
  z-index: -1;
}
