* {
    box-sizing: border-box;
}


h1 {
    text-align: left;
    font-size: 100PX;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
     background: linear-gradient(to right, rgb(79, 79, 0), rgb(74, 48, 0)); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
    
    
    
}
body {
    background-image: url(bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    height: 100vh;
}

.data2 {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.3) );
    width: 600px;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 60px;
    color:rgb(74, 48, 0) ;
    clear: both;
    margin-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.obrazek1{
    height: 100px;
    position: fixed;
    right: 0;
    top: 0;
    
}
.nadpis{
    width: fit-content;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.3) );
    border-radius: 20px;
    margin-left: 50px;
    margin-bottom: 60px;
}
.data1{
    width: 620px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.3) );
    margin-left: 50px;
    border-radius: 20px;
    padding: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 60px;
    color:rgb(74, 48, 0);
}