.text1 {
    position:absolute;
    color:#010202; 
    font-size: 20vw; 
    font-family: "yuji";
    z-index: 10;
    pointer-events: none;

}

.tiks {
    color: blueviolet; font-size: medium;
    position: absolute;
}

@font-face {
    font-family: "yuji";
    src: url("YujiMai-Regular.ttf");
}

.pealkiri {
    width: 200px;
    height: auto;
    position: absolute;
    top: 600px;

}

div .block {
    position: fixed;
    display: flex;
    align-content: space-between;
    flex: column wrap;
    width: 10vw;
    height: min-content;
    margin: 0px;
}

.button {
    position: absolute;
    background-color: #f5f4f4ab;
    color: rgb(5, 5, 5);
    padding: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 40vw; 
    font-family: "yuji";
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%;
    height: 150px;
    width: 30vw;
}

.upcoming {
    top: 300px;
    right: 150px;
}

.past {
    top: 40px;
    right: 150px;
}

.button3 {
        background-color: #f7fbf88f;
        border: none;
        color: white;
        padding: 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 50%;

    }


