html {
  font-size: 14px;
  font-family: "Roboto";
  margin:0;
}

body {
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
}

.all {
  justify-content: center;
}

.app {
  flex-direction: column;
  background-color: -moz-linear-gradient(top, #5eb7ba 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5eb7ba 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5eb7ba 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 480px;
  height: 680px;
  align-items: center;
  margin-top: 2rem;
  background-color:pink;
}

@media only screen and (max-width:480px) {
  .app {
    margin-top: 0;
    width: 100%;
  }
}
/* ___CLOUD LOGO___*/
.logo {
  width: 100%;
}

@keyframes cloud {
  from {
    margin-right: 3rem;
  }
  to {
    margin-right: 4rem;
  }
}

.cloud-all {
  justify-content: center;
  margin-right: 4rem;
  margin-top: 1rem;
  animation: cloud 2s ;
}

@media only screen and (max-width:350px){
  .cloud-all{
  display:none;
}
}

.sun-circle {
  height: 3rem;
  width: 3rem;
  background-color: gold;
  border-radius: 100px;
  z-index: 0;
  margin-top: 2rem;
  margin-left: .5rem;
  box-shadow: 0px 3px 3px gray;
}

.cloud-background {
  width: 9rem;
  height: 10rem;
}


@media only screen and (max-width:350px){
  .cloud-background{
  display:none;
}
}
.cloud {
  z-index: 1;
  margin-left: -3.2rem;
  margin-top: 2rem;
  justify-content: center;
  width: 100%;
  align-items: center;
  flex-direction: column;
}

.cloud1 {
  width: 2rem;
  height: 2rem;
  background-color: azure;
  border-radius: 90px;
  margin-bottom: -3rem;
  margin-left: -5rem;
}

.cloud4 {
  width: 2rem;
  height: 2rem;
  background-color: azure;
  border-radius: 90px;
  margin-bottom: -2.5rem;
  margin-left: 5rem;
}

.cloud2 {
  width: 4rem;
  height: 4rem;
  background-color: azure;
  border-radius: 90px;
  margin-bottom: -2rem;
}

.cloud3 {
  width: 8.5rem;
  height: 3.4rem;
  background-color: azure;
  border-radius: 80px;
  box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.2);
}

/*___ APP NAME___ */
.title-all {
  flex-direction: column;
  width: 100%;
  padding-bottom: 0;
}

.title {
  display: flex;
  letter-spacing: 0.28rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: black;
  opacity: 0.7;
  text-shadow: 0.5px 3.5px white;
  padding-bottom: 0;
  text-align: flex-start;
  padding-left: 3rem;
  padding-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}

#the {
  margin-top: 2rem;
}

/*__ DISCLAIMER __*/
.load {
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 0.02rem;
  text-shadow: none;
  color: black;
  margin-left: 3rem;
}

/*__WEATHER __*/
.info-all {
  background-color: rgba(254, 250, 245, 0.79);
  width: 82%;
  height: 290px;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.4);
  border: 3px white solid;
  margin-top: 3rem;
  flex-direction: column;
}


@media only screen and (max-width: 350px) {
  .info-all {
    width:100%;

  }
}
.location-name {
  box-shadow: 0px .5px 10px .5px white;
  border-top: 3px white solid;
  border-bottom: 3px white solid;
  text-align: center;
  color: #5eb7ba;
  font-size: 1.7rem;
  padding: 0;
  padding-top: 0.2rem;
  margin: 0;
  line-height: 0;
  margin-top: 1.3rem;
}

.temp-style {
  color: black;
  margin-top: 1rem;
  font-size: 2.4rem;
  padding-left: 9rem;
  padding-top: 1rem;
  color: rgba(21, 49, 49, 0.79);
  margin-right: 0.5rem;
}

@media only screen and (max-width: 480px) {
  .temp-style {
    padding-left: 6rem;
    font-size: 3rem;
  }
}

@media only screen and (max-width: 350px) {
  .temp-style {
    width:100%;
    font-size: 2rem;
  }
}
.weather-all {
  flex-direction: row;
}

.temp-button {
  width: 30px;
  height: 20px;
  margin-top: 2.8rem;
  margin-left: 0.1px;
  font-size: 0.7rem;
  color: gray;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  background-color: azure;
  border: none;
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.4);
  transition: background-color .2s;
}

button:focus {
  outline: 0;
}

button:hover {
  background-color: white;
}

button:active {
  box-shadow: 0px 0.5px 1px 0.5px rgba(0, 0, 0, 0.4);
}

.icon {
  margin-left: 1rem;
  padding: 1rem;
  height: 30%;
  margin-top: 0.7rem;
}

.description p {
  box-shadow: 0px .5px 10px .5px white;
  font-size: 1rem;
  text-align: center;
  border-top: 3px white solid;
  border-bottom: 3px white solid;
  width: 100%;
  padding: 0.5rem;
  padding-bottom: .9rem;
  color: #5eb7ba;
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.2rem;
}

/*__ CREDIT__*/
.credit {
  font-weight: 300;
  font-size: 0.7rem;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
}

/**{background: #000 !important;
color: #0f0 !important;
outline: solid #f00 1px !important;}*/
