div h1 {
    font-family: Dana;
    color: black;
    font-size: 25px;
    text-align: center;
    text-shadow: 1px 1px;
    /* background-color: #a4d1e5; */
}

.header {
    background-color: #38343d;
}

.navbar-lft, .navbar-rtl {
    display: inline-block;
    /* position: fixed; */
}
ul {
    display: inline-block;
}

.header-lft {
    /* background-color: #76FF03; */
    display: inline-block;
    margin: 10px 50px 10px 10px;
    padding: 2px 50px 10px;
}

.header-rtl {
    /* background-color: #76FF03; */
    display: inline-block;
    margin: 10px 65px;
    padding: 2px 50px 10px;
}
.navbar a {text-decoration-line: none; color: white;}
.navbar a:hover {color: rgb(0, 0, 0);}


#accept {
    background-image: linear-gradient(red, yellow);
}
.down {
    font-family: Dana;
    font-size: small;
    color: rgb(230, 235, 235);
    /* background-color: rgb(73, 76, 72); */
    text-align: center;
    /* border-style: inset; */
    border-color: #76FF03;
    border-right: 100px;
}
img {
    border: 100px black;
}
div1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

div{
    border-style: unset;
    border-color: black;
}
div h2 {
    font-size: 25px;
}
body {
    background: black;
    color: white;
}

.toppage {
    font-family: Arial, Helvetica, sans-serif;
}
#contact1 {
    color: rgb(230, 235, 235);
    /* font-style: italic; */
    /* background-color: rgb(87, 166, 245, 0.356); */
    text-decoration: none;
    text-shadow: 2px 2px rgb(111, 111, 146);
    font-size: 20px;
    position: absolute;
    right: 200px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#contact2 {
    color: rgb(230, 235, 235);
    /* font-style: italic; */
    /* background-color: rgba(87, 166, 245, 0.356); */
    text-decoration: none;
    text-shadow: 2px 2px rgb(111, 111, 146);
    font-size: 20px;
    position: absolute;
    right: 300px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#contact3 {
    color: rgb(230, 235, 235);
    /* font-style: italic; */
    /* background-color: rgba(87, 166, 245, 0.356); */
    text-decoration: none;
    text-shadow: 2px 2px rgb(111, 111, 146);

    font-size: 20px;
    position: absolute;
    left: 150px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
hr {
    width: 100%;
    display: block;
    border-style: double;
    border-color: rgb(18, 18, 18);
}
.tpup {
    display: block;
    padding: 5px;
    color: white;
    text-align: center;
    text-decoration-line: none;
}
#BacktoBot {
    text-align: center;
    text-decoration: none;
    color: rgb(38, 244, 11);
    text-shadow: 1px 1px red;
}