body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
}

.diagonal-background {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1,
h2,
p {
  color: #1b2d3c; /* Text color */
  text-align: center;
}

.content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white; /* Text color */
}

img {
  max-width: 400px;
}

h2 {
  margin-bottom: 4px;
}

.contacts {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  gap: 6px;
  font-size: larger;
}

a {
  text-decoration: none;
  color: #1b2d3c;
}

a:hover {
  font-size: x-large;
  color: #33546f;
}

p.info {
  margin: 0px;
  font-size: 12px;
}
