body {
    margin: 0;
    background: #000;
    font-family: fantasy;
    font-weight: 400;
        
}
/*-------header-----*/
.container {
    width: 80%;
    margin: 0 auto;
    
    }

header h1{
    font-family: 'Cookie', cursive;
    float: left;
    
}

header {
    background-color: #EADBCB;
    margin-top: 50px;  
}

header::after{
    content:'';
    display: table;
    clear:both;
    
}

header nav {
    float: right;
 
}

header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;    
    
}

header nav li{
    display: inline-block;
    margin-left:  70px;
    padding-top: 25px;
    position: relative;
}

header nav a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Abel', sans-serif;
    
}

header nav a:hover {
    color: #F48161;
    
}
.mainimage {
    width: 100%;
    
}




/*-----------resume specific begin--------*/

.body {
    background-color: #484848;
    align-content: center;    
}
p {
    color: #F48161;
    font-family: 'Cookie', cursive;
    font-weight:500;
    font-size: 40px
    
    
}

#heading {
    color: #EADBCB;
    font-family: 'Abel', sans-serif;
    text-decoration: underline;
    
    
}
li {
    text-decoration: none;
    color: #F48161;
    font-size: 20px;
    
}








/*------------end resume--------*/

/*---------footer--------*/
.bottom {
    width: 80%;
    margin: 0 auto;
    
    }

footer h1{
    font-family: 'Cookie', cursive;
    float: left;
    font-weight: 200;
}

footer {
    background-color: #EADBCB;
    margin-bottom: 50px;  
}

footer::after{
    content:'';
    display: table;
    clear:both;
    
}

footer nav {
    float: right;
 
}