* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
}

#city {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
header{
  position: fixed;
  background: #22335A;
  width: 100%;
  height: 5%;
}

.lft{
  padding-top: 5px;
  padding-left: 5px;
}
.lft h3{
  color: #81899B;
  margin: 0;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
}
.lft span{
  color: #95B2F4;
}




.content {
  position: fixed;
  height: 350px;
  width: 300px;
  margin-left: 600px;
  margin-top: 300px;
  background: rgba(0, 0, 0, 0.0);
  color: #f1f1f1;
  padding: 20px;
  border-style: groove;
}

.content a{
  background-color: #22335A;
  border-radius: 10px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
