.btn{
    background: rgb(105, 145, 255);
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
}

.btn:disabled,
button[disabled]{
    background: grey;
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 200px;
    height: 60px;
}

.btn:hover:enabled{
    background: transparent;
    border: 2px solid rgb(105, 145, 255);
    transition: 100ms;
    color: #fff;
}

.btnP{
  background: rgb(105, 145, 255);
  border: none;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 200px;
  height: 60px;
}

.btnP:disabled,
button[disabled]{
    background: grey;
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 200px;
    height: 60px;
}

#localSelect{
  background: rgb(255, 255, 255);
  margin-left: auto;
  border: 1px solid #00000056;
  border-radius: 4px;
  height: 22px;
}

a:link{
    color:black;
  }
  a:visited{
    color:black;
  }
  a:hover{
    color:black;
  }
  a:focus{
    color:v;
  }
  a:active{
    color:black;
  }

  @media screen and (max-width: 600px) {
    .locals{
      margin: auto;
      padding-top: 1px;
    }
  }