.node-card{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 86px;
}

.node-card::before{
    content: '';
    position: absolute;
    box-sizing: border-box;
    height: 0px;
    width: 40px;
    border: 2.5px dashed #000;
    transform: rotate(90deg) translateX(-62%);
    bottom: 140px;
}

.node-card .title{
    z-index: 1;
    font-family: 'Press Start 2P', sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #F25A70 ;
    margin-bottom: 50px;
    text-shadow: 4px 2px 0px #000;
}

.node-card .logo{
    display: flex;
    align-items: center;
    height: 140px;
    border: 5px solid #000;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #CEB02A;
}
