
.notfound{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
p{
    font-size: 180px;
    color: rgb(211, 211, 211);
    font-weight: 900;
}
h1{
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700 !important;
}