body {
  font-family: Arial, sans-serif;
  background-color: #F0F0F0;
  margin: 0;
  padding: 0;
}

header {
  background-color: #1A73E8;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

header h1 {
  margin-right: 3rem;
  font-size: 28px;
  font-weight: bold;
}

nav {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

nav li {
  margin: 0 60px;
}

nav a {
  color: #1A73E8;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
}

form {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 60%;
  padding: 15px;
  margin-top: -3rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

input[type="text"] {
  width: 95%;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  border: none;
  border-bottom: 2px solid #1A73E8;
  outline: none;
}

button[type="submit"] {
  background-color: #1A73E8;
  color: #FFFFFF;
  margin-left: 44.3rem;
  padding: 10px;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

button[type="submit"]:hover {
  background-color: #165DA6;
}

footer {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer p {
  margin: 0;
  font-size: 14px;
  color: #2f89ff;
}

  #about {
    padding: 160px;
    text-align: center;
    background-color: #f2f2f2;
  }

  #about h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #about p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

.container {
  position: fixed;
  align-items: center;
  width: 100%;
}

hr {
  border: 0;
  height: 12px;
  margin: 10px 0;
}

.logo {
  margin-top: 10rem;
}

.contactheader {
  color: rgb(80, 80, 80);
  text-align: center;
}

.contact {
  color: gray;
  text-align: center;
}

test {
  background-color: black;
  color: white;
  font-family: 'Noval';
