

.liveresults1 {
    margin-left: 10%;
    height: 25px;
    color: white;
}

body {
  font-family: "Poppins", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
background-color: black;  
}
.logo2{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient(279deg, rgba(110,109,109,1) 0%, rgb(255 255 255) 6%, rgb(255 255 255) 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%;
    margin-block-end: 0em;
}
.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: 10px;
    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: 10px 12px;
color:white;
box-shadow: 1px 1px 5px #929090;
font-weight: 600;
cursor: pointer;
border-radius:10px;
margin: 10px;

}


@media (max-width:550px){
   
    form {
        align-items: center;
    }

    .form {
      display: flex;
      align-items: center;
      justify-content: center;
      /* width: 100%; */
      /* float: right; */
      width: 49%;
      margin-block-end: 0em;
      padding-left: 10px;
  }
    
  button{
    width: 100%;
  }

  .liveresults1
  {
    margin-bottom: 10px;
  }

  .logo2 {
    font-size: 18px;
    float: left;
    width: 40%;
}
}

