
body{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    gap: 3vh;
}


.yhs_logo{
    width: 15%;
}

.p_yhs{
    font-size: 30pt;
    font-weight: 600;
    color: #F3C811;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}


.span_p_inventory{
    color: #D01F25;
}

.buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8vh;
}