
*{
    box-sizing: border-box;
    margin: 0%;
    padding:0%;
}

body{
    height: 100vh;
    position: relative;
    background-color: rgb(184, 221, 221);

    display: flex;
    justify-content: center;
    align-items: center;
}

.flix{
    font-size: 6rem;
    margin: 12px;
    font-family: 'Bebas Neue', cursive;
}

.rec{

    height: 160px;
    width: 28px;
    background-color: red;

    display: inline-block;
    
}

.mid{
    /* transform: rotate(-22deg); */
    transform: skewX(21.5deg);
    /* border: 2px solid black; */
    box-shadow: 0 0 30px black;
    
}
