.text1{
    font-family: mainfont;
    margin: 1px;
}
@font-face {
    font-family: mainfont;
    src: url(Main.ttf);
}
@font-face {
    font-family: textfont;
    src: url(text.ttf);
}
.maintext1{
    align-items: center;
    text-align: center;
    margin-top: 1px;
    align-content: center;
    justify-content: center;
}
.anibar{
    margin-top: 10px;
    width: 100%;
}
.manbi1{
    width: fit-content;
    border: 8px;
    border-style:ridge;
    background-color: rgb(223, 223, 223);
    padding: 4px;
}
.text2{
    font-family: textfont;
    margin: 2px;
}
body{
    background-color: lightgray;
}
.buttons{
    display: flex;
    padding: 2px;
    width: 100%;
}
.button{
    border: 5px;
    align-items: center;
    text-align: center;
    border-style: ridge;
    padding: 3px;
    background-color: rgb(200, 200, 200);
}
.btn{
    text-decoration: none;
    color: black;
    font-family: textfont;
    font-size: 20px;
    height: 100%;
}
.button:hover{
    background-color: gray;
}
.manbi2{
    width: 97%;
    border: 8px;
    border-style:ridge;
    background-color: rgb(158, 158, 158);
    text-align: left;
    font-family: textfont;
    font-size: 20px;
    padding: 10px;
    display: flex;
}
.left_text1{
    width: 100%;
    font-size: 40px;
    display: flexbox;
}
.img1{
    width: 302px;
    height: 403px;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
}
.img1div{
    border: 8px;
    border-style: ridge;
    text-align: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    background-color: lightgrey;
}
.text4{
    font-family: mainfont;
    font-size: 50px;
    margin-top: -2px;
}
.text3{
    font-family: textfont;
    margin-top: -20px;
}
.button2{
    border: 5px;
    align-items: center;
    text-align: center;
    border-style: ridge;
    padding: 3px;
    background-color: rgb(184, 184, 184);
    width: 150px;
}
.button2:hover{
    background-color: gray;
}
.podtext1{
    margin: -5px;
}
.downloadText{
    margin: 1px;
}
.downloads{
    display: flex;
    width: max-content;
    height: 100%;
}
.downloadText1{
    margin: 1px;
    font-size: 20px;
}
.oganit{
    width: 500px;
    display: flex;
}
.btn1{
    text-decoration: none;
    color: black;
    font-family: textfont;
    font-size: 25px;
}
.text5{
    font-family: textfont;
}
.img3{
    width: 50%;
    height: 50%;
}