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

body {
  height: 98vh;
  font-family: "Open Sans", sans-serif;
  background-image: url("./assets/background.png");
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
}

.teamviewer {
  height: 5%;
  max-height: 5%;
  position: relative;
  max-width: 200px;
}

.teamviewer img {
  width: 200px;
}

.center-container {
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.center-container p {
  font-size: 1.3em;
}
.center-container img {
  max-width: 300px;
}
