@font-face {
    font-family: yese;
    src: url(../../fonts/YesevaOne-Regular.ttf);
  }

.fot-txt-h1{
    border: 2px solid #262b44;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.ul-fot-txt{
    margin-top: 20px;
    max-width: 30vw;
}
footer{
    margin-top: 10vh;
}
.fot-txt{
    max-width: 70%;
}
.fot-h1{
    font-family: 'yese';
    font-size: 50px;
    margin-bottom: 20px;
}
.fot-p{
    margin-bottom: 20px;
}
.fot-br{
    border: 2px solid #262b44;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 20px;
}
.footer{
    margin-top: 20px;
    font-size: 20px;
    border: 3px solid #d3695b;
    box-shadow: 0 0 5px lightslategrey, 0 0 25px lightslategrey, 0 0 50px lightslategrey, 0 0 25px lightslategrey;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    background-color: #262b44;
    text-align: center;
    color: #ffffffff;
}