.text1 {
    position:absolute;
    color:#010202; 
    font-size: 20vw; 
    font-family: "yuji";

}



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

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

    
}


.linkk {
    position: relative;
    left: 30px;
    top: 30px;
    background-color:white;
    border-radius: 10000px;
    width: 20vw;
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    


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

}

.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;
}

.button1 {
    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;
    top:70px;
    right: 70px;
}
.button2 {
    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;

}
.button3 {
    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;
    bottom: 80px;
}
.button4 {
    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;
    right:50px;
    bottom: 20px;
}
.block {
    position: fixed;
    display: flex;
    align-content: space-between;
    flex: column wrap;
    width: 10vw;
    height: min-content;
    margin: 0px;
}

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

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

