*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'Montserrat';
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Source+Sans+Pro:wght@600&display=swap');

.center-text-title {
   
    text-align: center; /* centers the text */
    color:white; /* sets the text color to navy blue */
    font-family: 'Montserrat', sans-serif; /* sets the font to Open Sans */
    margin: 48px 0 0 0;
    font-size: 48px;
 
    
}

.center-text-para {
    
    text-align: center; /* centers the text */
    color: white; /* sets the text color to navy blue */
    font-family: 'Montserrat', sans-serif; /* sets the font to Open Sans */
    margin: 24px 0 0 0;
    font-size: 24px;
}

.about-container {
    width: 80%; /* set the width of the container */
    margin: 0 auto; /* center the container horizontally */
    padding: 24px; /* add some padding */
  }

  .container {
    max-width: 50%; /* set the max width of the container */
    word-wrap: break-word;
    text-align: justify;
    position: relative;
    left: 25%;
    color: white; /* sets the text color to navy blue */
    font-family: 'Montserrat', sans-serif; /* sets the font to Open Sans */
    font-size: 24px;
  }

  

.center-form {
    
    text-align: center; /* centers the text */
    color: white;
    font-family: 'Montserrat', sans-serif;
    margin: 24px 0 0 0;
   
}

.activity {

    color: white;
    text-align: center; /* your CSS styles here */
    font-family: 'Montserrat', sans-serif;
    margin: 12px 0 0 0;
    
}

body {
    background-color: rgb(70, 70, 70); /* red */
}

.header{
    width: 100%;
    height: 80px;
    display: block;
    background-color: #101010;
}

.innerheader{
    width: 1000px;
    height: 100%;
    display: block;
    margin: auto;
     

}

.logocontainer{
    height: 100%;
    display: table;
    float: left;
}

.logocontainer h1 {
    color: white;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Montserrat';
    font-size: 32px;
    font-weight: 200;
}

.logocontainer h1 span{
    font-weight: 800;
    color: rgb(129, 129, 129);

}

.navigation {
    float: right;
    height: 100%;
    
}

.navigation a {
    height: 100%;
    display: table;
    float: left;
    padding: 0px 20px;
    
}
.navigation a:last-child{
    padding-right: 0;
}
.navigation a li {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: white;
    font-family: 'Montserrat';
    font-size: 16px;
}

.inputbox {
    border: 2px solid #aaa;
    border-radius: 4px;
    margin: 8px 0px;
    outline: none;
    padding: 8px;
    box-sizing: border-box;
    
    text-align: center;
}

input[type=text]:focus{
    border-color:dodgerBlue;
    box-shadow: 0 0 8px 0 dodgerblue;
}

.button1 {
    width: 200px;
    height: 50px;
    border: none;
    color: white;
    background-color: rgb(70, 70, 70);
    border-radius: 4px;
    box-shadow: inset 0 0 0 0 #101010;
    border: 3px solid #101010;
    transition: 0.3s;
    font-size: 1rem;
    outline: none;
    margin: 12px 0 0 0;
}

.button1:hover {
    box-shadow: inset 200px 0 0 0 #101010;
    cursor: pointer;
    transition: 5;
}




.button1:hover:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -1;
}

#export-btn {
    width: 200px;
    height: 50px;
    border: none;
    color: white;
    background-color: rgb(70, 70, 70);
    border-radius: 4px;
    box-shadow: inset 0 0 0 0 #101010;
    border: 3px solid #101010;
    transition: 0.3s;
    font-size: 1rem;
    outline: none;
    margin: 12px 0 0 0;
    
}

#export-btn:hover {
    box-shadow: inset 200px 0 0 0 #101010;
    cursor: pointer;
    transition: 5;
}

footer {
    position: fixed;
    bottom: 0; /* positions the footer element at the bottom of the page */
    left: 0;
    right: 0; /* makes the footer element span the full width of the page */
    text-align: center; /* centers the text in the footer element */
    padding: 1em; /* adds some padding to the footer element */
    background-color: #101010; /* sets the background color to black */
    color: #ffffff; /* sets the text color to white */
}

.ps-text {
    
    text-align: center; /* centers the text */
    color: white; /* sets the text color to navy blue */
    font-family: 'Montserrat', sans-serif; /* sets the font to Open Sans */
    margin: 12px 0 0 0;
    font-size: 16px;
}

#city-text {
    
    text-align: center; /* centers the text */
    color: white; /* sets the text color to navy blue */
    font-family: 'Montserrat', sans-serif; /* sets the font to Open Sans */
    margin: 12px 0 0 0;
    font-size: 16px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: 1%;
    border: 100px;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #2d2e2e;
    cursor: pointer;
    padding: 1%;
    
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #04AA6D;
    cursor: pointer;
    padding-left: 20%;
  }

  
  .time {
    
    text-align: center; /* centers the text */
    color: white; /* sets the text color to navy blue */
    font-family: 'Montserrat', sans-serif; /* sets the font to Open Sans */
    margin: 12px 0 0 0;
    font-size: 16px;
}