﻿



body, html {
    justify-content: center;
    align-items: center;
    margin: 0px;
    height: 100%;
    background-color: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}


img:hover {
    border-radius: 50%;
    image-resolution: 300dpi;
    filter: blur(8px);
    border-radius: 50%;
}
img {
    border-radius: 50%;
    image-resolution: 300dpi;
}

a {
    font-size: 30px;
    color: aliceblue;
    font-family: 'Lucida Handwriting';
}
p {
    color: aliceblue;
    font-family: 'Lucida Handwriting';
    
}
   
#fork{
    margin-top:200px;
    color:antiquewhite;
    font-size:60px;
    
}
#myimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#under{
    margin-bottom:50px;
}
.cv {
    font-family: 'Lucida Handwriting';
    color: white;
}
.nav-link:hover {
    color:blue!important;
}
