body{
    margin: 0;
}

#slowko{
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    display: flex;
    flex-direction: column;
}

p{
    margin-top: 25%;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

#slowkoang{

    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    background-color: #f7f7f7;
    height: 50px;
    border-radius: 20px;
    border: 0px;
    text-align: center;
    font-size: 16px;

}

#guziczek{
    border: 0px;
    margin-top: 2.5%;
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    height: 50px;
    border-radius: 20px;
    color: black;
    background-color: #f7f7f7;
}

#guziczek:hover{
    transition: 0.2s;
    color: white;
    background-color: lightskyblue;
}