body {
  background-color: #ffffff;
  color: #000000; }

p {
  font-family: 'Verdana', sans-serif; }

a {
  color: #007ACC;
  text-decoration: none; }

div.header {
  text-align: center;
  border-top-width: 0.8rem;
  border-top-color: #007ACC;
  border-top-style: solid; }

div.header img {
  width: 100%;
  height: auto; }

img.logo {
  margin-bottom: 1rem;
  max-width: 20rem;
  height: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
  line-height: 1.5rem; }

div.announcment {
  text-align: center; }

@media screen and (min-width: 992px) {
  p {
    font-size: 1.2rem; } }
@media screen and (max-width: 768px) {
  div.header {
    height: 9rem;
    position: relative; }

  div.header img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }

  .container {
    height: 60vh; } }
