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

body {
  background-color: #001e3c;
  color: #cce2ff;
  font-family: "Poppins", sans-serif;
}

.background {
  background-image: url(images/technology-7111757_1920.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 31 64 / 35%);
  z-index: 1;
}

.container {
  width: 100%;
  position: relative;
  z-index: 2;
}

.top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 54px 0;
}

h1 {
  font-size: 28px;
  font-weight: 400;
  font-family: "Roboto Mono", monospace;
  color: #67fff0;
  margin: 0 20px;
}

hr {
  width: 30px;
  border: 1px solid #67fff0;
  border-radius: 2px;
}

.container-center {
  width: 100%;
  text-align: center;
  padding: 146px 0;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

h2 {
  font-size: 40px;
  font-weight: 400;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Roboto Mono", monospace;
  margin-bottom: 40px;
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #67fff0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin: 0 auto;
}

.contact i {
  font-size: 26px;
  color: #67fff0;
}
