body {
    margin: 10px auto;
    background: linear-gradient(
      109.6deg,
      rgb(185, 212, 242) 11.2%,
      rgb(244, 210, 226) 100.3%
    );
  }
  
  h1 {
    color: rgb(11, 11, 30);
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    user-select: none;
    width: 100%;
  }
  
  .header-img-text {
    width: 100%;
    height: 300px;
  }
  
  .input-city {
    line-height: 33px;
  }
  
  .weather-forecast-body {
    color: rgb(14, 4, 72);
    text-align: center;
    margin: 10 auto;
    font-weight: 900;
    font-size: 900;
  }
  
  .img-weather1 {
    display: block;
    height: 250px;
    left: 0;
    margin: 20 auto;
    position: absolute;
    top: 0px;
    user-select: none;
    width: 100%;
    bottom: 10px;
  }
  
  .img-weather2 {
    bottom: 0;
    display: block;
    height: 125px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
  }
  
  form {
    bottom: 0;
    display: block;
    height: 100%;
    left: 10px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 280px;
    user-select: none;
    width: 100%;
  }
  
  h2 {
    bottom: 0;
    display: block;
    height: 100%;
    left: 20px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 250px;
    width: 100%;
  }
  
  .main-sun {
    width: 500px;
  }
  #city {
    top: 350px;
    left: 20px;
  }
  .today-shostka {
    margin: 10px;
    padding: 20px;
    top: 450px;
  }
  
  .main-sun {
    bottom: 0;
    display: block;
    left: 30px;
    position: absolute;
    right: 0;
    top: 400px;
    font-size: 200px;
  }
  
  .results {
    font-size: xx-large;
    bottom: 0;
    display: block;
    height: 100%;
    left: 350px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 360px;
    width: 100%;
  }
  #control-button {
    width: 450px;
    left: 20px;
    position: relative;
  }
  
  .weather-week {
    width: 500px;
    top: 350px;
    left: 20px;
    position: relative;
    font-weight: 500;
  }
  
  .live-video {
    bottom: 0;
    display: block;
    width: 500px;
    height: 100%;

    left: 700px;
    margin: 0 auto;
    position: absolute;
    right: 10px;
    top: 300px;
     
  }
  
  .coded-by {
    bottom: 0;
    display: block;
    height: 100%;
    margin: 0 auto;
    padding: 26px auto;
    top: 900px;
    position: absolute;
    left: 45%;
    font-weight: 500;
  }
  