@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

.container {
  background-image: url(../img/workspace.jpg);
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  opacity: 1;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

hr {
  margin: auto;
  width: 50%;
}
