
.headline{
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 50px;
    font-weight: bold;
    background-color: pink;
    
}
.win{
    padding-right: 175px;
    color: black;
    text-decoration: none;
}

.loss{
    padding-left: 150px;
    color: black;
    text-decoration: none;
}

.play{
    color:red;
    text-decoration: underline overline;
    text-underline-offset: 40px;
    text-overline-offset: 40px;
    font-family: Courier New, monospace;
    font-size: 100px;
    font-weight:500;
    font-style: italic;
}

.playdiv{
    background-color:#FFD700;
    margin-top: 20px;
    text-align: center;
    padding: 10px;
    height: 122px;
    margin-top: 0;
}

body,html{
    margin: 0;
    height: 100%;
    position: relative;
}
.obraz{
    position: absolute;
    height: 500px;
    left: 0;
}
.obraz2{
    position: absolute;
    left: 200px;
    top: 350px;
    height: 250px;
}
#letter-container {
    margin-top: 20px;
}
footer{
    position: absolute;
    bottom: 0;
    background-color: burlywood;
    width: 100%;
    height: 43px;
}

.obraz2 {
    width: 200px; /* Adjust the size as needed */
    animation: obraz2 2s linear infinite; /* Adjust duration as needed */
}

@keyframes obraz2 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.youwindiv{
    margin-top: 250px;
    text-align: center;
    font-size: 200px;
    font-family: Lobster, cursive;
    color: #61dbcf;
    background-color: rgb(107, 104, 196);
    height: 380px;
}

.youlossdiv{
    margin-top: 250px;
    text-align: center;
    font-size: 200px;
    font-family: Lobster, cursive;
    color: #ff0000;
    background-color: rgb(0, 0, 0);
    height: 380px;
}

.text{
    position: relative;
    width: 730px;
    left: 745px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
}

