* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: #0e1a26;
  color: white;
  height: 100vh;
  padding: 20px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

img {
  max-width: 300px;
  width: 80%;
  height: auto;
  margin-bottom: 30px;
}

h1 {
  font-size: 2rem;
  color: #ffffffcc;
}

a {
  color: #ffffffcc;
}

.content {
  padding-top: 160px;
}

.bg-dark-blue {
  background: #0e1a26;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
