
body{
    background-color: black;
}
.image{
    width: 100%;
    height: 100%;
    margin-top: -8px;
    margin-left: -8px;
    margin-top: 5px;
    border: 5px solid black;
}
.select{
    font-size: 42px;
    background-color: black;
    color: aliceblue;
    box-shadow: 0px 0px 10px rgb(30, 255, 0);
    color: #14ff00;
}
a{
    font-size: 42px;
    color: aliceblue;
    box-shadow: 0px 0px 10px rgb(21, 255, 0);
    color: #14ff00;
    background-color: black;
}
div{
    margin-top: 10px;
    margin-bottom: 10px;
}
h1{
    color: #ffac00;
    font-size: 43px;
}
h2{
    color: rgb(0 248 255);
    margin-left: 40px;
    font-size: 40px;
}
p{
    color: rgb(255, 255, 255);
    font-size: 25px;
}
b{
    color: rgb(255, 0, 221);
    font-size: 25px;
}
.gap{
    margin-left: 80px;
    color: #00ff03;
}
.black_image{
    width: 1342px;
    height: 80px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    margin-top: -80px;
    margin-left: -3px;
}
.footer{
    color: rgb(255, 255, 255);
    background-color: rgb(19, 19, 19);
}
.first_footer{
    color: rgb(60, 255, 0);
    font-size: 55px;
    margin-left: 200px;
}
.first_footer_tittle{
    color: rgb(0, 255, 255);
    font-size: 40px;
    margin-left: 50px;
}
.content_footer{
    color: rgb(249, 255, 249);
    font-size: 20px;
    margin-left: 110px;
}
.content_footer_all{
    color: bisque;
    font-size: 30px;
    margin-left: 150px;
}