
body {
    background: linear-gradient(to top right, #ffc8da, #615dad);
    color: white;
    padding: 50px;
    place-items: center;
    align-items: center;
   
    
}

* {box-sizing: border-box;}

h1 {
    font-family: lobster;
    color: #ffffff;
    background-color: #283e50;
    font-size: 30px;
    text-align: center;
   
}

img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.piskvorky {
    background-color: #283e50;
    border-radius: 10px 10px 0px 0px;
    max-width: 80vmin; 
}

.pravidla {
    color: #ffffff;
    font-size: 20px;
    background-color: #1fcca4;
    font-family: arial;
    text-decoration: none;
    display: inline-block;
    width: 100%;
     padding: 16px 8px;
    cursor: pointer;
    text-align: center;
}

.zacit {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    background-color: #0197f6;
    font-family: arial;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 16px 8px;
    cursor: pointer;
   
}

p {
    background-color: #283e50;
    line-height: 1.5;
    font-family: arial;
    text-align: center;
    margin: 0px 10px 0px 10px;
    font-size: 20px;
    padding:  0px 10px 10px 10px;
   
}




.zacit:hover { 
    background-color: #0090e9;
    }

.pravidla:hover {
    background-color:  #1cbb96;
    }

.domek {
    width: 10%;
  
}

.hraje {
    margin-left: 60px;
    
}
