body {
    background-color: #121212;
}

/* make the box allignments not shitty and look like youtube or wtv just like 3 containers a row horozontially */


*{
    color: aliceblue;
}

.logo{
    font-family: 'Kode Mono',serif;
    font-size: 30px;
}

a {
    text-decoration: none;
}
.radius {
    max-width: 1360px;
}

.containerHolder {
    max-height: 200px;
}

.projectContainer{
    float: inherit;
    align-content: space-between;
    box-sizing: border-box;
    position: relative;
    padding: 20px;
    width: auto;
    height: auto;
    max-width: 337.07px;
    max-height: 189.6px;
}

.projectContainer:hover .containerimage{
    filter: brightness(0.9);
    cursor: pointer;
}

.containerimage {
    z-index: 2;
    height: 100%;
    width: 100%;
    filter: brightness(0.5);
    border: 2.3px solid aliceblue;
    border-radius: 5px;
}
.containertext {
    z-index: 1;
    font-family: 'Kode Mono',serif;
    font-size: 25px;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}