*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.one{
    min-height: 100vh;
    min-width: 100%;
    /* background-color: red; */
    background-color: #000;
    overflow: hidden;
}

#text{
    color: #fff;
    position: absolute;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: rgba(160,0,0, 0.5);
    padding: 1rem 1.3rem;
    width: fit-content;
    height: fit-content;
    border-radius: 5px;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
}

.two{
    font-size: 1.5rem;
    text-align: center;
}

#canv{
    width: 100%;
    height: 99vh;
}
