
aside{
    grid-area:right;    
    border-radius: 20px;
    margin-bottom: auto;
}

　　
   .follow-me{
       width: 200px;
       display: flex;
   }

                                     
   .follow-me img{
        max-width: 90px;
        margin: 10px;
        border-radius: 20px;
    }
         
    .follow-me img:hover{
        transform: scale(1.1);
        transition: .5s ;
        opacity: 0.5;
        transform: rotateY(360deg);      
    }

    .snstop{
        margin: 10px 0 -10px;
    }

footer{
    grid-area:footer;
    display: block;
    background:#0496ff;
    text-align: center;
    padding: 0.5em 0.7em;
    box-shadow: 0px 0px 0px 5px #0496ff;
    border-top: dashed 2px white;
}
        .Copyright{
            color: white;
            font-size: 20px;
            margin-top: 50px;
            
            }

            

