body {
    background-color:  rgb(30, 5, 5);
    margin: 0px;
    padding: 0px;
}
.header{
    border: solid;
    background-color: lightgray;
}

.left {
    position: absolute;
    left: 50px;
    top: 5px;
}

.left img {
    width:55px;
}

.mid {                                                         
    width: 30%;
    margin: 20px auto;
}

.right {
    position: absolute;
    right: 50px;
    top: 10px;
}

.right div {
    text-align: center;
     font-size: 20px;                            
    margin: 0px;
}

.navbar li {
    display: inline;
}

.navbar li a {
    text-decoration: none;
    color: black;
    font-size: 25px;
    padding: 5px ; 
}

.navbar li a:hover {
    text-decoration: underline;
    color: red;
}
.mypic{
    width: 400px;
    float: right;
    border: 5px solid;
    border-radius: 80px;
    margin-right: 10%;
    margin-left: 5%;
}
.main{
    position: absolute;
    width: 80%;
    left: 10%;
    top: 30%;
    color: white;
}

.pro{
    margin-left: 10%;
    margin-right: 10%;
    color: white;
    text-align: center;
}

#resume{
    width: 100%;
    height: 1000px;
}

#con{
    margin-top: 100px;
    margin-left: 35%;
    padding: 2px 2px;
    width: 30%;
    border: 5px solid white;
    border-radius: 50px;
    text-align: center;
    background-color: grey
}
.btn{
    color: white;
    background-color: rgb(0, 0, 0);
    border-radius: 20px;
    width: 100px;
    height: 30px;
}  
