
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.welcam_mess{
    height: 100vh;
    width: 100vw;
    justify-content: center;
    font-size: 8rem;
    color: rgb(179, 25, 14);
    display: flex;
    align-items: center;
    user-select: none;
}