@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: rgb(20,20,20);
}

.strtytul {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 40%;
    font-size: 4vh;
    left: 50%;
    color: white;
}

.wyszukajstr {
    font-family: 'Poppins', sans-serif;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    width: 35vh;
    height: 2vh;
    left: 50%;
    padding: 2vh;
    border: 2px solid rgb(30,30,30);
    border-radius: 2vh;
    background: transparent;
    color: white;
    outline: none;
}

#wyniki {
    display: none;
    margin: 2vh;
    color: white;
}

#str {
    position: absolute;
    top: 10%;
}

#brakwynikow {
    padding: 4vh;
    display: none;
    color: white;
    
}

ul {
    list-style-type: none;
  }

#wyniki a {
    color: rgb(137,36,36);
    text-decoration: none;
}

#brakwynikow {
    margin: 2vh;
}

.podkreslenie {
    color: white;
    text-decoration: none;
}