.przycisk { border-radius: 10px 0 10px 0 ;
   border: 2px solid #b30d0d;  width: 200px;  }


.przycisk a {
    box-sizing: border-box;
    justify-content: center;
    width: 100%;
}
.divider-1 {
		border-bottom: 1px solid #FFF;
		background-color: #DADADA;
		height: 1px;
		margin: 0em 5px 0em;
}

.divider-1 span {
		display: block;
		width: 40%;
		height: 2px;
		background-color: #e00045;
  		margin: 0.5em 0% ;
}

.linki a:hover {
    color:#000;
}