*{
    margin: 0;
}
@font-face {
    font-family: 'Berk';
    src: url('../fonts/BerkshireSwash-Regular.woff2') format('woff2'),
         url('../fonts/BerkshireSwash-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kian';
    src: url('../fonts/Kian.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    background-color:rgb(50, 50, 50);
}
.h-hotbar {
    height: 20px;
    background-color: rgba(10, 30, 42, 0.6); /* Dark blue/grey background */
    font-family:'Kian' , sans-serif;
    color: lightgray;
    padding: 3px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
}
.options-top{
    width:250px;
    display:flex;
    flex-direction:row;
}
.op-contact,.op-mainpage{
    color:lightgray;
    text-decoration:none;
}
.op-contact:hover,.op-mainpage:hover{
    color:rgb(0, 210, 180);
    cursor:pointer;
}
.header-holder{
    width:100%;
    margin: 0;
    padding: 0;
    display:flex;
    justify-content:center;
}
.header{
    margin:0;
    padding: 0;
    width: 99.8%;
    height: 140px;
    background-color:rgb(20, 90, 89);
    display:flex;
    justify-content:center;
    align-items:center;
    border-bottom:5px solid white;
    border-bottom-left-radius:30px;
    border-bottom-right-radius:30px;
    border-left:1px solid rgba(150, 250, 250, 1);
    border-right:1px solid rgba(150, 250, 250, 1);
}
.header-brand{
    display:flex;
    justify-content:center;
    align-items:center;
}
.header-logo{
    height:100px;
    width:100px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
.header-title{
    padding-top:60px;
    padding-left:10px;
    height:100px;
    color:lightgray;
    font-family: 'Berk', sans-serif;
    font-size:32px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.1);
}
.body{
    width:100%;
    display:flex;
    justify-content:center;
}
.back-btn{
    width:100%;
    height:100px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}
.back-txt:hover{padding:5px 15px 2px 15px;border-radius:15px;}
.back-txt{
    cursor:pointer;
    font-family: 'Kian', sans-serif;
    font-size:25px;
    color:black;
    border:4px solid black;
    border-radius:10px;
    background-color:rgb(0, 210, 180);
    padding:5px 10px 0px 10px;
    text-decoration: none;
}
.page-container{
    width:80%;
    min-height: 100%;
    border:3px solid black;
    border-radius:15px;
    padding:40px 10px 100px 10px;
    margin:0px 0px 100px 0px;
    background-color:rgb(70, 70, 70);
    display:flex;
    align-items:center;
    flex-direction:column;
}
.page-title-holder{
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:rgba(255, 239, 213, 0.2);
    padding: 0px 30px;
    padding-top:5px;
    border-radius: 20px;
    border:1px solid teal;
}
.page-title{
    font-family: 'Kian', sans-serif;
    font-size:60px;
    font-weight:10px;
    color:rgb(0, 210, 180);
    -webkit-text-stroke: 1px black;
}
.web-holder{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:35px;
    height:100px;
}
.web-txt1{
    font-family: 'Kian', sans-serif;
    font-size:33px;
    margin-left:50px;
    color:lightgray;
    -webkit-text-stroke: 1px black;
}
.web-txt2{
    font-family: 'Kian', sans-serif;
    font-size:30px;
    color:dodgerblue;
    text-decoration: none;
}
.web-cat{
    margin:60px 0px 20px 0px;
}
.web-cat-txt{
    color:mistyrose;
    background-color:#14766d;
    font-family:'Kian', sans-serif;
    font-size:40px;
    padding:5px 50px 0px 50px;
    border-top:6px solid mistyrose;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
}
.web-info{
    margin:10px 0px;
    padding:0px 10px;
    border-bottom:1px solid gray;
}
.web-info:hover{
    padding:0px 40px;
    padding-top:5px;
    background-color:rgba(255, 239, 213, 0.1);
    border-radius:30px;
}
.web-info-txt{
    color:azure;
    font-family:'Kian', sans-serif;
    font-size:25px;
    font-weight:400;
    text-decoration:none;
}
.web-info-txt:hover{
    cursor:pointer;
    color: 	Turquoise;
    font-size:26px;
    font-weight:900;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 0, 0, 0.3);
}
.footer{
    height: 150px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 20px 0;
    font-family: 'Kian', sans-serif;
    font-size: 18px;
}
.dev{
    font-size:45px;
    margin-bottom:10px;
}