@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body,
html {
  height: 100%;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.bg {
  background-image: url("../img/gto.png");
  background-color: #c6ddec;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(20px);
  -webkit-filter: blur(5px);
}

.container {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.widget {
  width: 310px;
  height: 160px;
  border-radius: 30px;
  background: rgba(299, 299, 299, 0.4);
}

.widget .left {
  position: absolute;
  left: -40px;
  width: 200px;
}

.widget .right {
  position: absolute;
  right: 0;
  width: 150px;
  color: #0365a8;
  margin: 20px 0;
}

.icon {
  width: 30%;
  margin-bottom: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.weather-status {
  color: #0323a8;
  text-align: center;
  margin-top: 0;
}

.widget .right .city {
  font-size: 1em;
  text-align: center;
  margin: 0;
  text-shadow: 1px 1px 5px #707070;
  margin-top: -10%;
}

.widget .right .degree {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin: 0;
  text-shadow: 1px 1px 5px #707070;
}

.widget .bottom {
  width: 100%;
  position: absolute;
  bottom: 5px;
  display: flex;
  justify-content: center;
  color: #0323a8;
}

.widget .bottom div {
  margin: 5px 10px 5px 10px;
  text-align: center;
  line-height: 100%;
  font-size: 0.73em;
  text-shadow: 1px 1px 5px #707070;
}

.bottom div span {
  display: block;
}

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body, html{
  height: 100%;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.bg{
  background-image: url("../img/gto.png");
  background-color: #c6ddec;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(20px);
  -webkit-filter: blur(5px);
  
}

.container{
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);

}

.widget{
  width: 400px;
  height: 200px;
  border-radius: 30px;
  background: rgba(299, 299, 299, 0.4);

}

.widget .left{
  position: absolute;
  left: 0;
  width: 200px;
}

.widget .right{
  position: absolute;
  right: 0;
  width: 200px;
  color: #0365a8;
  margin: 50px 0;
}

.icon{
  width: 40%;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto ;
}

.weather-status{
  color: #0323a8;
  text-align: center;
  margin-top: 0 ;
}

.widget .right .city{
  font-size: 1em;
  text-align: center;
  margin: 0;
  text-shadow: 1px 1px 5px #707070;
  margin-top: -10%;
}

.widget .right .degree{
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  margin: 0;
  text-shadow: 1px 1px 5px #707070;
}

.widget .bottom{
  width: 100%;
  position: absolute;
  bottom: 10px;
  display: flex;
  justify-content: center;
  color: #0323a8;
}

.widget .bottom div{
  margin: 5px 10px 5px 10px;
  text-align: center;
  line-height: 100%;
  font-size: 0.83em;
  text-shadow: 1px 1px 5px #707070;
}

.bottom div span{
  display: block;
} */
