*{
    margin: 0;
    padding: 0;
    font-family: monospace;
    color: aliceblue;
    box-sizing: border-box;
}
header{
    width: 100%;
    position: fixed;
}
body{
    cursor: url(/img/hand.png), auto; 
    background-image: url(/img/bg1.gif);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.navy{
    padding: 8px;
    display: flex;
    justify-content: space-around;
    font-size: 24px;
    letter-spacing: 2px;
    background-color: aliceblue;
}


.navy_a1{
    text-decoration: none;
    color: #1f1f1f;
    font-weight: bold;
}
.navy_a2{
    text-decoration: none;
    color: #1f1f1f;
    font-weight: bold;
}
.navy_a3{
    text-decoration: none;
    color: #1f1f1f;
    font-weight: bold;
}
.navy_a1:hover{
    color:#FF0090;
}
.navy_a2:hover{
    color:#00B0F6;
}
.navy_a3:hover{
    color:#FFEF00;
}

.intro{
    padding: 8px;
    background-color:#1f1f1f;
}


.banner{
    height: 300px;
    width: auto;
   
}
.me{

    background-image: url(/img/body-bg.png) ;
    
    background-size: cover;
 
}

.me-intro{
    display: flex;
    padding: 24px;
    justify-content: center;
    
}

.me-tit{
    font-size: 32px;
    margin-bottom: 16px;
    
}
.me-desc{
    font-size: 16px;
    margin-bottom: 8px;
}


.pic{

    height: 400px;
    width: 400px;
    border-radius: 50% 50%;
    background-image: url(/img/me3.jpg);
    background-position: cover;
}