h1 {
    text-align: center;
    font-size: 42px;
    text-shadow: 10px 12px 7px #693232;
}

body {
    background-color: yellowgreen;
}

.tikke {
    background-color: rgb(98, 0, 190);
    height: 150px;
    width: 150px;
    margin: 10px;
    cursor: pointer;
    border: 2px solid black;
    border-radius: 15px;
}

#t1 {
    top: 20px;
    left: 100px;
}


.tikke p {
    display: none;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin: 0px;
}


.tikke[rooshode="true"] p {
    display: block;
}

.tikke[rooshode="true"] {
    box-shadow: 16px 15px 20px black;
    background-color: yellow;
}

table {
    border: 6px double black;
    background-color: bisque;
    margin: auto;
}

#zamaneBaghimande,
#tedadDafaat {
    font-size: 72px;
}

#amareBazi {
    display: block;
    position: absolute;
    left: 30px;
    top: 100px;
}