body{
    background-color: aqua;
    font-family: 'popins';
}

.blokowe{
    border: 5px solid #000000;
border-radius: 0px 0px 40px 40px;
width: 250px;
height: 400px;
text-align: center;
background-color: white;
padding: 1px;
position: relative;
left: 35%;
}


.liniowe{
    border: 5px solid #000000;
border-radius: 0px 0px 40px 40px;
width: 250px;
height: 400px;
text-align: center;
background-color: white;
padding: 1px;
position: relative;
left: 55%;
top: -410px;
}

ul, li{
    list-style: none;
    position: relative;
    left: -5%;
}