body {
    background-image: linear-gradient(rgb(0, 140, 255), rgb(70, 170, 255));
    font-family: sans-serif;
    text-align: center;
    margin: 0;
}
body::-webkit-scrollbar {
  display: none;
}
.head {
    display: grid;
    place-items: center;
    background-color: rgb(75, 175, 255);
    height: 10%;
    width: 65%;
    border-width: 4px;
    border-color: rgb(60, 160, 255);
    border-radius: 30px;
    border-style: solid;
    position: relative;
    translate: -50% -50%;
    top: 7%;
    left: 50%;
    font-family: Impact, fantasy;
    font-size: 3em;
    /*width: 100%;
    height: 17%; */
    
}
.center {
    width: 100%;
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    position: absolute;
    translate: -50% -0%;
    top: 12.5%;
    left: 50%;
    z-index: 10;
}
.underline:link, .underline:active, .underline:visited {
    text-decoration: none;
    color: black;
    margin-left: 17px;
}
.underline:hover {
    text-decoration: underline;
    color: white;
}
table {
    width: 1700px;
    position: relative;
    translate: -50% -0%;
    left: 50%;
    top: 15%;
    border-collapse: collapse;
    margin-bottom: 100px;
}

table, th, td {
    border-style: solid;
    border-width: 1px;
    z-index: 4;
}
th, td {
    padding: 2px;
}
th {
        position: sticky;
        top: 0;
        background-image: linear-gradient(rgb(0, 120, 220), rgb(48, 140, 221));
        /*background: rgb(0, 120, 220);*/
        z-index: 3;   
        color: rgb(225, 225, 225);
        border-color: black;     
}
td {
    text-align: center;
}

.header {
    
    font-size: 21px;
    padding: 5px;
}
.headercenter {
    text-align: center;
    font-size: 21px;
    padding: 5px;
    z-index: 3;
}
.city {
    font-size: 19px;
    z-index: 2;
    background-image: linear-gradient(rgb(50, 150, 250), rgb(75, 160, 255));
    /*background-color:  rgb(50, 150, 250);*/
    color: black;
}
.filler {
    background-color: rgb(70, 170, 255);
    position: relative;
    translate: -50% -0%;
    top: 100px;
    left: 50%;
    width: 100%;
    height: 100px;
    z-index: 20;
}
.slider {
  position: absolute;
  overflow: hidden;
  background-color: rgb(60, 160, 255);
  border-radius: 10px;
}
.slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}
.slider img.active {
  opacity: 1;
  z-index: 1;
}
.slider.slider-1 {
  top: 0.7%;
  left: 0.4%;
  width: 275px;
  height: 175px;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  z-index: 10;
}
.slider.slider-2 {
  top: 0.7%;
  right: 0.4%;
  width: 275px;
  height: 175px;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  z-index: 10;
}