html {
    color: white;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}
body {
    background-color:rgb(33, 33, 36); 
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    
}
h2 {
    margin: 10px;
}
p {
    margin: 10px;
}
.top {
    border-style: solid;
    border-width: 1px;
    border-top: none;
    border-left: none;
    border-right: none;
    
}
.bot {
    border-style: solid;
    border-width: 1px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background-color: rgb(4, 40, 94);
}
.main1 {
    width: 70%;
    height: 100%;
    margin: auto;
    border-style: solid;
    border-color: antiquewhite;
    border-width: 1px;
    border-top: none;
    border-bottom: none;
    background-color: rgb(53, 57, 64);
    
}
.con {
    text-align: center;
}
.cont {
    text-align: left;
    float: left;
}
.container {
    
    background-color: rgb(4, 40, 94);
    
}
.ulpic {
    display: inline-block;
    list-style: none;
}
.ulcon {
    display: inline-block;
    list-style: none;
}
.navEl {
    float: left;
    padding: 20px;
    font-weight: bold ;
    font-size: 30px;
    border-style: solid;
    border-color: antiquewhite;
    border-width: 1px;
    border-radius: 5px;
    margin: 10px;
    box-shadow: -4px 4px 3px rgb(3, 12, 28);
}
.navEl:hover {
    border-style: solid;
    border-color: antiquewhite;
    border-width: 1px;
    border-radius: 2px;
    background-color:rgb(0, 1, 19);
}
.arth {
    border-style: solid;
    border-width: 1px;
    margin: 10px;
}
.art {
    background-color: rgb(4, 40, 94);
    margin: 10px;
    border-style: solid;

}
a{
    color: white;
    
}
a:link {
    text-decoration: none;
    font-weight: 300;
}