:root {
    background: #ed9e27;
    text-align: center;
    color: aliceblue;
    font-family: sans-serif;
    #jarda{
        padding-top: 3%;

        font-size: 5rem;
    }}
#jarda2{
    text-align: left;
    padding-left: 10%;
}
.jarda67{
    padding-top: 0.5%;
}
.sloupec {
    background: #ed9e27;
    padding: 24px;
    max-width: 500px;
    margin: 16px 0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
body{background-image: url("https://www.freeimageslive.co.uk/files/images008/autumn_colors.preview.jpg");
    background-size: initial;
    background-repeat: no-repeat;
    margin: 0;
    min-height: 100vh;
    background-image: linear-gradient(rgba(240, 140, 40, 0.4),rgba(240, 140, 40, 0.4)),url(https://www.freeimageslive.co.uk/files/images008/autumn_colors.preview.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    }