body {
  background-image: url("./background/Secur-Service.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  overflow: hidden;
}

h1 {
  text-align: center;
  width: 600px;
  color: black;
  font-family: sans-serif;
  font-size: 30px;
}

.roboto{
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:"width" 100;
}

.flex-container {
  background-color: rgba(255, 255, 255, 0.8);
  width: 600px;
  margin: 12rem auto;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content img {
  max-width: 70%;
  height: auto;
  padding: 2rem;
}

@media screen and (max-width: 450px) {
  h1,.flex-container,.content {
    width: 350px;
    font-size: 23px;
  }
  img {
    width: 300px;
    height: 100px;
  }
  body{
    background-repeat: no-repeat;
    max-width: 100dvw;
    max-height:100dvh;
  }
}
