

body {
    background-color: #121212;
}

.CTpole, .CTpoleWelcome{
    width: 100%;
    height: 500px;
    background-color: #3c7ce8;
    color: #e4e4e4;
    align-content: center;
    text-align: center;
    position: absolute;
}

.CTpoleTabulka{
    border-spacing: 13px;
    padding: 50px;
    display: flex;
    justify-content: center;
}

.CTwelcomeTextTop{
    color: white;
    font-size: 75px;
    font-family: system-ui;
    font-weight: normal;
    display: block;
}

.CTwelcomeTextInfo{
    color: white;
    font-size: 22px;
    font-family: system-ui;
    font-weight: normal;
    margin: 0;
    display: block;
    padding-left: 75px;
    padding-right: 75px;
}

.CTcisloPolicko{
    height: 75px;
    width: 75px;
    background-color: white;
    border-radius: 15px;
    color: black;
    font-size: 30px;
    font-family: "system-ui";
    font-weight: bold;
    visibility: hidden;
}