.linktoproject{
    justify-content: center;
    background-color: #193821;
}
.linktoproject a{
    color: white;
}
.linktoproject a:visited{
    color: white;
}
.linktoproject:hover{
    border: 2px solid black;
    height: 46px;
    width: 19.5%;
}