.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");
}
.button0 {
    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;
top: 400px;}
.button 

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

}

.block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: space-around;
    flex-flow: row wrap;
    row-gap: 100px;
    column-gap: 100px;
    top: 70px;
    right: 100px;
    height: min-content;
    width: min-content;
}

.button {
    background-color: #f5f4f4ab;
    border: none;
    color: rgb(5, 5, 5);
    text-align: center;
    text-decoration: none;
    position:relative;
    color:#010202; 
    font-size: 20vw; 
    font-family: "yuji";
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%;


}

    .button2 {
        background-color:#f5f4f4ab;
        border: none;
        color: rgb(5, 5, 5);
        padding: 20px;
        text-align: center;
        text-decoration: none;
        position:absolute;
    color:#010202; 
    font-size: 20vw; 
    font-family: "yuji";
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 50%;
        position: fixed;
        top: 300px;
    right: 100px;
    height: 150px;
    width: 450px;

    }

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

    }


