* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-size: 34px;
}

header {
  background-color: #00ff4c;
  background-image: url(./img/buttons.png);
  background-repeat: no-repeat;
  background-position: 99% 50%;
  width: 100%;
}

header h1 {
  color: #061205;
  /* padding-top: 4px; */
  padding-left: 10px;
}

h2 {
  font-size: 28px;
}

body {
  font-family: "Orbitron", sans-serif;
  background-color: rgb(8, 12, 11);
  color: #00ff4c;
  cursor: url(./img/cursor.svg), auto;
}

.wrapper {
  background-image: url(./img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-screen {
  /* background-image: url(./img/window.png); */
  /* background-repeat: no-repeat; */
  background-color: #061205;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 945px;
  /* height: 813px; */
  flex-direction: column;
  margin: 0 auto;
  border: 4px solid #00ff4c;
  border-radius: 2px;
  /* padding-top: 159px; */
  box-shadow: -1px -1px 38px 5px rgba(0, 255, 76, 0.2);
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* border: 3px solid blueviolet; */
  padding: 0 14px 30px;
  width: 96%;
  border: 3px solid #00ff4c;
  border-radius: 1px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.selector {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 16px;
}

.cities-selector {
  width: 80%;
  height: 53px;
  background-color: #0b2509;
  border-radius: 2px;
  border: 2px solid #00ff4c;
  color: #00ff4c;
  font-family: "Orbitron", sans-serif;
  font-size: 12px;
  padding-left: 20px;
}

.city {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #00ff4c2b;
  padding: 30px 83px;
  margin: 16px 0 16px 0;
}

.date {
  opacity: 0.7;
  font-size: 12px;
  margin-top: 4px;
}

.time {
  font-size: 36px;
  font-weight: 500;
}

.time small {
  font-size: 20px;
  /* vertical-align: middle; */
}

footer {
  display: flex;
  /* text-align: center; */
  justify-content: center;
  align-items: center;
}

footer p {
  font-size: 12px;
  color: #2bad33;
  /* padding-top: 10px; */
}

footer a {
  color: #00ff4c;
  text-decoration: none;
  font-weight: bold;
  cursor: url(./img/cursor-a.svg), auto;
}

.back {
  font-size: 12px;
  color: #00ff4c;
  text-decoration: none;
  cursor: url(./img/cursor-a.svg), auto;
}
