#last_part{
    position: static;
    width:calc(100% - 60px);
    
    background-color: rgb(113,202,111);
    overflow: hidden;
    padding:30px;
}
#last_part a{
    color:black;
    text-decoration: none;
}
#last_part a:hover{
    text-decoration:underline;
}