body {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(#2f96a3, #303e8f);
  font-family: sans-serif;
  color: white;
  overflow: auto;
  position: relative;
  margin: 0;
  padding: 0; }

/* Header */
header {
  background: #00021f;
  padding: 10px 10px;
  position: absolute;
  width: 100%;
  top: 0; }

header h1 {
  color: #e7e7e7;
  text-align: center;
  font-family: sans-serif;
  font-size: 24px;
  float: left;
  margin-left: 10px;
  margin-top: 10px; }
header a {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 5%;
  padding: 5px; }

.des {
  color: #daf9ff; }

#info {
  text-align: center;
  padding: 10px; }

#tz {
  margin-right: 40px; }

.location,
.temperature {
  height: 30vh;
  width: 50%;
  display: flex;
  align-items: center; }

.temperature {
  flex-direction: column;
  cursor: pointer; }

.temperature-degree {
  display: inline-block;
  position: relative;
  right: -16px; }

.temperature-description {
  position: relative;
  right: -8px; }

#symbol {
  position: relative;
  right: -10px; }

#degree {
  color: #ffcc5f; }

#symbol {
  color: #ffcc5f; }

.degree-section {
  display: flex;
  align-items: center; }

.degree-section span {
  margin: 10px;
  font-size: 30px; }

.degree-section h2 {
  font-size: 40px; }

#mybtn {
  background: linear-gradient(#2f96a3, #303e8f); }

#theme {
  position: absolute;
  bottom: 20px;
  left: 20px; }

#btn1 {
  margin-top: 10px;
  width: 140px;
  box-shadow: 6px 6px 15px 5px rgba(0, 0, 0, 0.59);
  position: relative;
  right: -10px; }

/* media queries */
@media screen and (max-width: 600px) {
  .location-timezone {
    font-size: 32px;
    margin: 0px; }

  .icon {
    width: 90px;
    margin: 0px; }

  .temperature-degree {
    font-size: 26px;
    margin: 0px; }

  .temperature-description {
    font-size: 16px;
    margin: 0px; }

  #symbol {
    font-size: 26px; }

  #mybtn {
    font-size: 10px; }

  #demo {
    font-size: 10px;
    margin: 0px; }

  #theme {
    font-size: 10px;
    padding: 3px;
    bottom: 40px; }

  header h1 {
    font-size: 20px; }

  #tz {
    font-size: 26px; } }
@media screen and (max-height: 700px) {
  #info {
    font-size: 10px;
    margin: 0px; } }

/*# sourceMappingURL=style.css.map */
