.cutie{
    width: calc(100% - 40px);
    height: 10vh;
    background-color: var(--black);
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    
}

.cutie:hover{
    background-color: var(--dark-red);
}

.mare{
    display: flex;
    justify-content: center;
}

.mic{
    width: 50vw;
    display: flex;
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
}

.title-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 50vh;
    gap: 200px;
}

.identif{
    height: 40vh;
}