html{
    height: auto;
    margin: 0px;

}
body{
    /* background-color: olive; */
    /* background-image: url(Images/Logo.png); */
    background-color: hsl(0, 6%, 32%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.maincontainer {
    margin-left: auto;
    margin-right: auto;
    /* width: 1024px; */
    /* padding-left: 50px;
    padding-right: 50px; */
    display: block;
    
}

.heading {
    text-size-adjust: auto;
    background-color: rgba(210, 180, 140, 0.308);
    font-size: 2cm;
    font-style: bold;
    color: hsl(234, 69%, 53%);
    -webkit-text-stroke: 1.5px hsl(0, 0%, 0%);
    text-align: center;
    text-wrap: all;
    padding: 10px;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.39);   
}     

.navbar ul{
    list-style-type: none;
    /* background-color: rgba(0, 0, 0, 0.39); */
    text-align: center;
    padding: 0px;
    overflow: hidden;

}

.navbar a{
    color: hsl(234, 72%, 39%);
    text-size-adjust: auto;
    text-decoration-line: none;
    -webkit-text-stroke: 1.5px hsl(214, 49%, 43%);
    padding: 15px;
    display: block;
    text-align: center;
}


.navbar li{
    float: left;
    align-items: center;
    margin-left: auto;
    margin-right: auto;



}



.navbar a:hover{
    color: aqua;
    background-color: hsla(0, 0%, 0%, 0.521);
}

.navbar .navicons {
    text-align: right;
    float: right;
}

.maincontainer{
    /* width: 1024px; */
    height: auto;
    /* display: flexbox; */
    margin-left: 30px;
    margin-right: 30px;

}

.footer {
    
    text-size-adjust: auto;
    background-color: rgba(0, 0, 0, 0.39);
    /* position: fixed; */
    /* bottom: 0px; */
    /* vertical-align: bottom; */
    align-self: flex-end;
    text-align: center;
    font-size: 20px;
    color: hsl(234, 86%, 50%);
    padding-top: 5px;
    padding-bottom: 10px;

}

body footer{
    position: static;
    bottom: 0px;

}

a { 
    /* color: rgb(21, 104, 228); */
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1cm;
 }

.maintext h1{
    text-size-adjust: auto;
    text-align: center;
    font-size: 1.75cm;
    color: hsl(0, 0%, 3%);
    -webkit-text-stroke: 1.5px hsl(233, 4%, 52%);
    margin-top: 0%;
    margin-bottom: 0.5%;
    padding: 10px;  
}

.maintext p{
    text-size-adjust: auto;
    text-align: center;
    font-size: 0.75cm;
    color: hsl(0, 0%, 3%);
    /* -webkit-text-stroke: .5px hsl(233, 4%, 52%); */
    margin-top: 0%;
    margin-bottom: 0.5%;
    padding: 10px;  
}

