body {
  text-align: center;
  font-family: Courier New, monospace;
  background-color: rgba(220, 235, 255, 0.7);
}
html {
  scroll-behavior: smooth;
}
header h1 {
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;
  color: rgba(0, 0, 255, 0.5);
}
h1 {
  color: rgba(0, 0, 255, 0.5);
  font-family: Roboto;
}
.about {
  border: 2px solid black;
  background-color: #f0f8ff;
  border-radius: 10px;
  padding: 10px;
}
img {
  border-radius: 8px;
  border-style: solid;
  justify-content: center;
  margin: 0 auto;
  display: block;
}
.about img {
  justify-content: center;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}
button {
  background-color: #008CBA;
  border: none;
  color: white;
  text-align: center;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 8px;
}
.navigation nav a {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #003366;
  display: block;
  text-align: center;
}
table {
  border-collapse: collapse;
  width: 80%;
  margin: 20px auto;
}
th {
  background-color: #003366;
  color: white;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
  border: 2px solid rgba(0, 0, 255, 0.5);
}
td {
  border: 2px solid rgba(0, 0, 255, 0.5);
  padding: 8px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
input {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 10px;
}
input[type="text"], input[type="password"] {
  width: 80%;
  margin-bottom: 15px;
  border-radius: 10px;
}
input[type="submit"] {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  background-color: rgba(0, 0, 255, 0.5);
  color: white;
  cursor: pointer;
}
input {
  text-align: center;
}
video {
  border: 2px solid black;
  border-radius: 10px;
  margin: auto;
}
.contact-us, .contact {
  text-align: center;
  margin: 20px auto;
  width: 80%;
}
.contact-us textarea, .contact textarea {
  text-align: center;
}
ul, ol {
  list-style-position: inside;
  text-align: center;
  padding: 0;
}
/* CREDITS: https://pajasevi.github.io/CSSnowflakes/ */
.snowflake {
  color: #94f2f4;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
}
.snowflake,.snowflake .inner{animation-iteration-count:infinite;animation-play-state:running}@keyframes snowflakes-fall{0%{transform:translateY(0)}100%{transform:translateY(110vh)}}@keyframes snowflakes-shake{0%,100%{transform:translateX(0)}50%{transform:translateX(80px)}}.snowflake{position:fixed;top:-10%;z-index:9999;-webkit-user-select:none;user-select:none;cursor:default;pointer-events:none;animation-name:snowflakes-shake;animation-duration:3s;animation-timing-function:ease-in-out}.snowflake .inner{animation-duration:10s;animation-name:snowflakes-fall;animation-timing-function:linear}.snowflake:nth-of-type(0){left:1%;animation-delay:0s}.snowflake:nth-of-type(0) .inner{animation-delay:0s}.snowflake:first-of-type{left:10%;animation-delay:1s}.snowflake:first-of-type .inner,.snowflake:nth-of-type(8) .inner{animation-delay:1s}.snowflake:nth-of-type(2){left:20%;animation-delay:.5s}.snowflake:nth-of-type(2) .inner,.snowflake:nth-of-type(6) .inner{animation-delay:6s}.snowflake:nth-of-type(3){left:30%;animation-delay:2s}.snowflake:nth-of-type(11) .inner,.snowflake:nth-of-type(3) .inner{animation-delay:4s}.snowflake:nth-of-type(4){left:40%;animation-delay:2s}.snowflake:nth-of-type(10) .inner,.snowflake:nth-of-type(4) .inner{animation-delay:2s}.snowflake:nth-of-type(5){left:50%;animation-delay:3s}.snowflake:nth-of-type(5) .inner{animation-delay:8s}.snowflake:nth-of-type(6){left:60%;animation-delay:2s}.snowflake:nth-of-type(7){left:70%;animation-delay:1s}.snowflake:nth-of-type(7) .inner{animation-delay:2.5s}.snowflake:nth-of-type(8){left:80%;animation-delay:0s}.snowflake:nth-of-type(9){left:90%;animation-delay:1.5s}.snowflake:nth-of-type(9) .inner{animation-delay:3s}.snowflake:nth-of-type(10){left:25%;animation-delay:0s}.snowflake:nth-of-type(11){left:65%;animation-delay:2.5s}
