*{
    margin: 0;
    padding: 0;
    font-family: 'Red Hat Display', sans-serif;
}
.svg{
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 1;
    margin-bottom: 25%;
}
.krzysiu{
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-color:hsl(225, 100%, 94%)
}
.radek{
    align-items: top;
    justify-content: center;
    display: flex;
    width: 550px;
    height: 800px;
    background-color: hsl(225, 100%, 98%);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.topradek{
    position: absolute;
    width: 100%;
    height: 40%;
    margin-bottom: 70%;
    background-image: url(illustration-hero.svg);
}
.inradek{
    align-items: top;
    justify-content: center;
    display: flex;
    position: absolute;
    width: 100%;
    height: 80%;
    margin-top: 40%;
    background-color: hsl(225, 100%, 98%);

}
.nikolas{
    position: absolute;
    text-align: center;
    width: 548px;
    height: 90px;
    border: 1px solid red;
    margin-top: 10%;
    font-weight: 900;
    font-size: 60px;
    overflow: hidden;
}
.lowernikolas{
    position: absolute;
    text-align: center;
    width: 400px;
    height: 100px;
    border: 1px solid rgb(255, 0, 0);
    margin-top: 30%;
    font-weight: 500;
    font-size: 25px;
    color: gray;
}

.dupa{
    position: absolute;
    text-align: center;
    width: 548px;
    height: 90px;
    border: 1px solid rgb(9, 255, 0);
    margin-top: 50%;
    font-weight: 900;
    font-size: 60px;
}

.c1{
    margin-left: 30%;
    margin-top: 3%;
    width: 300px;
    height: 50px;
    border: 1px solid orange;
    align-self: left;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
.btn{
    cursor: pointer;
    margin-top: 8px;
    width: 100px;
    height: 35px;
    position: absolute;
    font-size: 15px;
    font-weight: 700px;
    text-align: center;
    color: gray;
    border: 1px solid rgb(255, 0, 212);
}

.c1p1{
    position: relative;
    font-size: 15px;
    font-weight: 700px;
    text-align: right;
    color: gray;
    border: 1px solid rgb(0, 204, 255);
}
