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