*{
    border-radius: 10px;
}

a{
    color:blue;
}

a:hover{
    color:rgb(187, 0, 255);
}

body{
    padding: 0px;
    margin:  0px;
    background-color: rgb(255, 255, 255) ;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
} 

.border{
    border: 1px solid rgb(30, 30, 30);
    border-width: 60%;
}

h1{
    color:rgb(249, 157, 19);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
}
header{
    color:rgb(249, 157, 19);
    margin-top: 0px;
    margin-bottom: 0px;
}

.middle{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 800px){
}

nav{
    position: sticky;
    top: 0px;
    background: white;
}

nav a{
    color:rgb(94, 94, 94);
}

nav a:hover{
    color:rgb(145, 143, 143);
}

nav ul {
    margin: 0px;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 25px;;
    list-style: none;
}

nav ul li a{
    font-weight: 80;
    padding: 30px;
}



#profile{
    width: 100%;
    height: 10%;
}
 
#profile img{
     height: 10%;
     width: 10%;
}

.portimg{
    height: 60%;
    width:  60%;
    margin: 5%;
}

.social{
    padding-bottom: 10px;
}

@media only screen and (max-width: 800px){
    .portimg{
        height: 80%;
        width:  80%;
        margin: 5%;
    }
}
