*{margin: 0px;
padding: 0px;}

body{
    width: 100%;
    height: 100vh;
    font-family: 'Roboto';font-size: 22px;
    
}

aside{
    width: 20%;
    height: 100vh;
    background-color:#ececec;
    text-align: center;
    line-height: 40px;
    float: left;
    
    
}

.profile{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: 30px;
}

a{
   
    font-weight: bolder;
    font-size: 25px;
    font-variant:small-caps;
    text-decoration: none;
    color: black;
    
    
}

.sideimg{position: relative;
    height:auto;
    width: 15%;
    left: 900px;
    top: 161px;
    
   
    
}

.developer{
    position: absolute;
    left: 450px;
    top: 280px;
    font-size: 25px;

    
}

a:hover{
    font-size:30px;
    
}






    
    


