.text1{
    font-family: mainfont;
    margin: 1px;
}
@font-face {
    font-family: mainfont;
    src: url(Main.ttf);
}
@font-face {
    font-family: textfont;
    src: url(text.ttf);
}
.anibar{
    margin-top: 10px;
    width: 100%;
}

.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;
}
.tablet1{
    align-items: center;
    text-align: center;
    border-style: ridge;
    border: 8px ridge;
}
.text4{
    font-family: mainfont;
    font-size: 50px;
    margin-top: -2px;
}
.text3{
    font-family: textfont;
    margin-top: -20px;
    font-size: 40px;
}
.imgtd{
    border: 5px ridge;
}
.img1{
    width: 302px;
    height: 403px;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
}
.texttd{
    border: 5px ridge;
    padding: 10px;
    text-align:inherit;
}
.text5{
    font-family: textfont;
}