body{
background-color: rgb(0, 0, 0);
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

color: rgb(255, 255, 255);
margin-top: 35px ;
margin-left: 35px;
margin-bottom: 35px;
margin-bottom: 35px;
}

#hi {
    font-size: 50px;
}


#name{
    font-size: 50px;
     color:rgb(67, 184, 230);
     font-weight: 999;

}


.cv{
    color: #FBBC05;
    transition: color 0.8s;
    font-size: 30px;
    text-decoration: none;
    text-align: center;    
}
.cv:hover{
    color:#34A853;
}


#intro{

    font-size: 34px;
    color: rgb(255, 255, 255);
}


#profilepic{
    background-position: left;
    background-attachment: fixed;
    border-style: solid;
    border-width: 5px;
    border-radius: 5px;
    border-color: rgb(61, 163, 57);
}


#skills{
    font-size: 46px;
    color: chocolate;
    font-weight: bold;
}


#doing{
    font-size: 46px;
    color: rgb(255, 105, 5);
    font-weight: bold;
}


.cpprofile{
text-decoration-color:rgb(4, 0, 255);
color: #4285F4;
}


.twittercol{
    color: #00acee;
    transition: color 0.2s;
    font-size: 40px;
    text-decoration: none;
    margin: 0 5px;   
}
.twittercol:hover{
    color:rgb(83, 82, 82);
    
}
 

.linkedincol{
    color: #0077b5;
    transition: color 0.2s;
    font-size: 40px;
    text-decoration: none;
    margin: 0 5px;  
}
.linkedincol:hover{
    color:rgb(255, 255, 255);
    
}


.instacol{
    color:hsl(303, 87%, 42%),;
    
    transition: color 0.2s;
    font-size: 40px;
    text-decoration: none;
    margin: 0 5px;
}
.instacol:hover{
    color:rgb(90, 83, 88);
}


.githubcol{
    color: rgb(255, 255, 255);
    transition: color 0.2s;
    font-size: 40px;
    text-decoration: none;
    margin: 0 5px;  
}
.githubcol:hover{
    color:rgb(83, 82, 82);
}


.about{
    font-size: 35px;
    color:rgb(255, 255, 255);
    font-weight: 300;
    font-family:cursive;
    text-align: center;
}


.request{
    font-size: 25px;
    color:rgb(167, 209, 15);
    font-weight: 300;
    font-family: cursive;
    text-align:left;
}