

.liveresults1 {
    margin-left: 10%;
    height: 25px;
    color: white;
    margin-top: 1px;
}

body {
    font-family:Arial, sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: black;
}
.logo2{
    text-align: center;
    margin-top: 100px;
    font-size: 2em;  
    background: -webkit-linear-gradient(90deg, rgba(110,109,109,1) 0%, rgba(62,139,215,1) 6%, rgba(3,143,209,1) 33%, rgba(124,193,245,1) 53%, rgba(116,229,252,1) 78%, rgba(116,229,252,1) 79%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

form{
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
}
.results1{

    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    list-style-type: disc;
}

.logo2{
    color:#4caf50;
       
      

}

.input1{
border: #4c57af 2px solid;
padding: 10px;
}

#search{
    border: #1f6aeb 2px solid;
    text-align: center;
    border-radius: 20px;
    width:80%;
}

.button1{

color:black;
background: -webkit-linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(6,81,168,1) 58%, rgba(3,143,209,1) 78%, rgba(0,212,255,1) 100%);
  
border: none;
padding: 8px 12px;
color:white;
box-shadow: 1px 1px 5px #929090;
font-weight: 600;
cursor: pointer;
border-radius:10px;
margin: 10px;

}



@media only screen and (min-width : 150px) and (max-width : 780px){
   
    form {
        align-items: center;
    }
    
    .logo2{
      font-size: 24px;

    }
  button{
    width: 100%;
    
  }

  .liveresults1
  {
    margin-bottom: 1px;
    margin-top: 1px;
  }

  footer {
    
    margin-left: 3%;
  
  }
}