* {
  font-family: Georgia;
  font-size: 24px;
  }

.center-text {
  text-align: center;
      }
.center-image{
  display: flex;
  justify-content: center;
  align-items: center;
      }
.larger-text {
  font-size: 1.9em;
      }
#website-title-text {
  font-family: impact;
  font-weight: bold;
      }
.credits  p{
  text-align: right;
  font-size: 14px;
      }
.navbar {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-right: 10px;
  justify-content: center;
      }
.navbar li {
  margin-right: 10px;
  padding: 5px;
  color: blue;
  font-family: verdana;
      }
.smaller-text {
  font-size: 0.75em;
      }
.buttons {
  color: blue;
  align-items: center;
  justify-content: center;
  height:5vh;
      }
#back-button {
  display: flex;
  flex-direction: column;
  align-items: center;
      }
.align-center {
	align-items: center;
	justify-content: center;
      }
.container {
  width: 500px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
      }
body {
  background: url('./assets/background-image.jpg') center/cover fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
     }
.white-background {
  background-color: rgba(255, 255, 255, 0.3);
     }
img {
  max-width: 100%;
  height: auto;
     }