* {
  box-sizing: border-box;
}

h1 {
  text-align: center;
  margin-left: 10%;
  display: inline-block;
  margin-top: 0;
  color: #ff2400;
}
.navbar {
  display: flex;
}
p {
  color: white;
  font-size: 1rem;
  font-style: Arial, sans-serif;
  font-weight: 600;
}
.imgheader {
  width: 50px;
  height: 50px;
  margin: 0px;
  display: inline-block;
}
body {
  background-image: url(img/space.jpg);
}

h2 {
  display: inline-block;
  font-size: 2rem;
  color: #ff2400;
}

h3 {
  font-size: 2rem;
  color: white;
}

h4 {
  font-size: 2rem;
  color: #ff2400;
}

header {
  display: flex;
}

.navbar ul {
  display: flex;
  flex-direction: row;
  padding-left: 0;
}

.navbar li {
  list-style: none;
}

a {
  padding: 10px 25px;
  background-color: transparent;
  border: 4px solid #ff2400;
  font-style: Arial, sans-serif;
  font-weight: 600;
  color: white;
}
footer {
  color: white;
  font-size: 20px;
}
a:hover {
  background-color: rgb(26, 39, 107);
}
.contactforms {
  margin-top: 300px;
  margin-left: 650px;
}
