html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    overflow: hidden;
}
.container{
    background: url("images/bgimg.png") no-repeat;
    background-size: cover;
    width:100%;
    height:100%;
    padding:15px;
}
.main-content{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:80px;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
}
.sahatxt{
    border:5px solid #79763D;
    background: rgba(20,27,12,0.8);
    padding:20px;
    border-radius:5px;
    width: 30%;
    font-size: 30px;
    color: #ffffff;
    min-height: 400px;
    padding: 40px;;
}
.sahatxt ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sahatxt ul li {
    margin-bottom: 15px;
    word-break: break-all;
}
.sahatxt ul li.name {
    font-size: 48px;
    font-weight: bold;
    color: #F19918;
}
/* .sahatxt div{
    color:#ffffff;
    font-weight:600;
    font-size:25px;
    padding:12px;
    height:50px
}  */
.sahatxt div:nth-child(1){
    color:#F29919;
    font-size: 35px;
    font-weight: 700;
}