body {
  background-color: rgba(0, 13, 54, 0.8);
  font-family: "Raleway", sans-serif;
  margin: 0px;
}

.container {
  position: relative;
}

.background {
  position: absolute;
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}

.filter {
  position: absolute;
  height: 100vh;
  width: 100vw;
  backdrop-filter: blur(7px) grayscale(0.3);
  background: linear-gradient(0deg, rgba(0, 13, 54, 0.5), rgba(0, 13, 54, 0.5));
}

.text {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  color: darksalmon;
  -webkit-font-smoothing: antialiased;
}

.name {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.heading {
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}

.strapline {
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 0.4rem;
  outline: none;
}
