header h1 {
    box-shadow: 0 0 15px rgb(77, 77, 77);
    margin: 0;
    padding: 20px 40px;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}
#out {
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    font-size: 220px;
    font-weight: 500;
}
#out p {
    font-size: 60px;
    align-self: flex-end;
    margin-bottom: 70px;
    margin-left: 10px;
    font-weight: 300;
}
canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}