*{
    font-family: 'Roboto', sans-serif;
    color:white;
    background-color: black;
}

h1 {
    font-size: 4em;
    line-height: 1em;
    position: relative;
  }
  h1::after {
    border-bottom: 0.150em solid red;
    content: "";
    left: 0;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 57%;
  }

.main{
    position: relative;
    top: 10%;
    transform: perspective(1px) translateY(10%);
    margin: 0 auto;
    width: 350px; 
}

.regulamin{
    position: relative;
    margin: 0 auto;
    width: 700px; 
}

.footer{
    margin-top: 50px;
    text-align: right;
}

li {
    font-size: 16pt;
    text-decoration: underline;
    text-decoration-color: red;
}