@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");

:root {
  margin: 0;
  padding: 0;
}

html,
body {
  position: relative;
  height: auto;
  min-height: 100% !important;
  font-family: "Montserrat", sans-serif;
  color: white;
}

body {
  background-image: url(./img/artistic-blurry-colorful-wallpaper-background.png);
  background-size: cover;
  background-repeat: no-repeat;
}

svg {
  max-width: 100%;
  display: block;
}

.btn {
  /* width: 852px; */
  font-size: 18px;
  border-radius: 10px;
}

.btn-link {
  text-decoration: none;
  color: white;
}

.btn-link:hover {
  color: white;
  text-decoration: underline;
}

#listContainer {
  padding-top: 50px;
  padding-bottom: 140px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-size: 18px;
}

.deviceHeader {
  text-align: center;
  padding-bottom: 30px;
}

ul li {
  margin-left: 30px;
  list-style-type: disc;
}

.header {
  padding: 50px 0;
  font-size: 75px;
  font-weight: 500;
}

.border-right {
  margin-left: 30px;
}

.mapGraph {
  padding-left: 17px;
}

#containerForGraph {
  margin-top: 0;
}



#container-graph {
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
