body {
    font-family: sans-serif;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#Menu1{
    float: left;
    padding-left: 50px;

}

.nav {
    position: relative;
    top: -9px;
    padding: 9px 0px 50px 0px;
    background-color: aliceblue;
    margin-bottom: 0px;
}

.nav ul,li,a {
    display: inline;
    padding-left: 10px;
    text-decoration: none;
    color:  dimgray;
}

.jumbotron {
    background-color: cornflowerblue;
    position: relative;
    top; -9px;
    padding: 75px 0px 75px 0px;
}

.jumbotron h1,h4{
    text-align: center;
    color: aliceblue;   text-shadow: 1px 1px grey;
    
}
.main{
    text-align: center;
    margin: 0px 25px 0px
}
.Me{
background-color:dimgray;
    position: relative;
    top; -9px;
    padding: 75px 0px 75px 0px;
}
.Me h3{
    text-align: center;
    color: blanchedalmond;  text-shadow: 2px 2px black;
    
}
.twod {
        text-align: center
}
