* {
  font-family: Arial, Helvetica, sans-serif;
  top: 0%;
  left: 0%;
  margin: 0%;
  padding: 0%;
  list-style-type: none;
}

body {
  background-color: #000000;
}

button {
  font-size: 1rem;
  border-radius: 25rem;
  border: 0;
  padding: 1rem;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.main {
  top: 0%;
  left: 0%;
  margin: 0%;
  padding: 0%;
  width: 100%;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main .header {
  height: 5%;
  font-size: 2rem;
  font-weight: 700;
  color: #dddddd;
  padding: 1rem;
  background-color: #2936c7;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.main .header .text {
  background-color: inherit;
}

.main .header .settings {
  background-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.main .header .settings button {
  color: white;
  background-color: #2936c7;
  width: 10rem;
}

.main .header .settings button dfn {
  background-color: inherit;
  border-radius: 50rem;
  font-variant: inherit;
}

.main .header .settings button:hover {
  background-color: #003477;
}

.main .header a {
  font-size: 1rem;
  font-weight: normal;
  color: white;
  background-color: #2936c7;
  border-radius: 25rem;
  border: 0;
  padding: 1rem;
  width: 10rem;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  text-decoration: none;
}

.main .header a:hover {
  background-color: #486fa1;
}

@media (max-width: 900px) {
  .main .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main .header .settings {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
  .main .header .settings button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main .header .settings button:focus {
    outline: 0;
  }
}

.main .roadsWrapper {
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  padding-bottom: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-item-align: start;
      align-self: start;
  color: white;
  background-color: #464646;
}

.main .roadsWrapper .roundbutton {
  margin: 2px;
  padding: 7px;
  border-radius: 25rem;
  background-color: #2936c7;
  cursor: pointer;
}

.main .roadsWrapper .roundbutton:hover {
  background-color: #003477;
}

@media (max-width: 900px) {
  .main .roadsWrapper {
    height: 5rem;
    width: 90%;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    overflow: scroll;
  }
  .main .roadsWrapper .roundbutton {
    font-size: 1.5rem;
    height: 4rem;
    aspect-ratio: 1/1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main .cards {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main .cards .card {
  width: 20rem;
  padding: 2%;
  margin: 2%;
  background-color: #2c2c2c;
  border-radius: 10px;
}

.main .cards .card .card-header {
  margin: 1rem;
}

.main .cards .card .card-main .card-time {
  font-size: .8rem;
  border-radius: 25rem;
  background-color: #464646;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.main .cards .card .card-main .card-text {
  display: block;
  height: 15rem;
  overflow: auto;
  scrollbar-color: #4d7097 #464646;
}

.main .cards .card .card-main .card-text p {
  margin: 5px;
}

@media (max-width: 900px) {
  .main .cards img {
    height: 50px;
    aspect-ratio: 1/1;
  }
  .main .cards .card-main .card-time {
    width: 70%;
  }
}
/*# sourceMappingURL=warning.css.map */