#weer {
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--primary);
    width: 100%;
    height: 100%;
    z-index: 999999999999999999999999999999999999;
    padding: 100px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

* {
    font-family: var(--font);
}

#weer h1 {
    font-size: 4em;
}

p {
color: white;
margin: 0px;
font-size: 26px;
}

div#weer > p > strong {
color: var(--accent);
}
.weer_image > img {
    width: 210px !important;
}
img.image_blurred_2,
img.image_blurred {
    position: fixed;
    top: -200px;
    left: -200px;
    z-index: -1;
    filter: blur(150px) saturate(2);
    opacity: 0.4;
}
img.image_blurred_2 {
    filter: blur(100px) saturate(2);
    opacity: 0.3;
    top:unset;
    bottom: -500px;
    right: -400px;
    left:unset;
}
.weer_image > img {
    width: 270px !important;
}

table{
    width:100%;
    table-layout: fixed;
  }
  .tbl-header{
    background-color: rgba(255,255,255,0.3);
   }
  .tbl-content{
    height:300px;
    overflow-x:auto;
    margin-top: 0px;
    border: 1px solid rgba(255,255,255,0.3);
  }
  th{
    padding: 17px 6px;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background-color: #f4f4f408;
    font-size: 19px;
  }
  td{
    padding: 6px;
    text-align: left;
    vertical-align:middle;
    font-weight: 300;
    font-size: 19px;
    color: #fff;
    border-bottom: solid 1px rgba(255,255,255,0.1);
  }
  
  
  
  /* follow me template */
  .made-with-love {
    margin-top: 40px;
    padding: 10px;
    clear: left;
    text-align: center;
    font-size: 10px;
    font-family: arial;
    color: #fff;
  }
  .made-with-love i {
    font-style: normal;
    color: #F50057;
    font-size: 14px;
    position: relative;
    top: 2px;
  }
  .made-with-love a {
    color: #fff;
    text-decoration: none;
  }
  .made-with-love a:hover {
    text-decoration: underline;
  }
  
  
  /* for custom scrollbar for webkit browser*/
  
  ::-webkit-scrollbar {
      width: 6px;
  } 
  ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  } 
  ::-webkit-scrollbar-thumb {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  }
  span.temp,
  span.date {
    color: var(--primary);
    background-color: white;
    padding: 9px;
    font-size: 23px;
    margin-top: -17px;
}
span.temp {
    background-color:var(--accent);
    color: white;
}