body{
    font-family: "Monaco", cursive;
    background-color: rgb(0, 255, 98);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    font-size: 40px;
    color: rgb(255, 0, 123);
    margin: 0;
    line-height: 0.8;
    height: 100vh;
    background-image: url('img/pngwing.com\ \(2\).png');
}
h2{
    font-size: 35px;
}
img{
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.tlacitko{
    display: flex;
    gap: 20px;
    justify-content: center;
}
button{
    display: inline-block;
    padding: 10px 20px;
    margin: 0 10px;
    font-size: 26px;
    font-family: 'Lobster', cursive;
    background-color: rgb(255, 0, 115);
    color: rgb(255, 255, 255);
    border-radius: 15px;
    border: none;
}
button:hover{
    background-color:rgb(213, 59, 133) ;
}

