@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    background-color: #242424;
    font-family: 'roboto';
    color: white;
    height: 95vh;
}
  
.center {
    margin: auto;
  }

  .adjust {
    width: 45rem;
    justify-content: center;
  }

  .szukacz {
    width: 50rem;
    padding: 15px;
    border-radius: 10rem;
    font-size: x-large;
    text-align: center;
    font-family: 'roboto';
  }

.epico {
    width: 60rem;
    display: flex;
}

.button {
    height: auto;
    width: 5rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 10rem;
    background-color: rgb(0, 153, 255);
    border: solid 1px white;
    color: white;
    cursor: pointer;
}

.frm {
    width: 80%;
    height: 70%;
}