* {
    box-sizing: border-box;
    margin: 0;
    scroll-behavior: smooth;

    font-family: 'FortDeath';
    font-style: normal;
    font-weight: 400;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.d_none {
    display: none;
}

.d_flex {
    display: flex;
}

button:hover {
    cursor: pointer;
}

.flexdirection_column {
    flex-direction: column;
}

.space_between {
    justify-content: space-between;
}

.width_100 {
    width: 100%;
}

.padding_zero{
    padding: 0 0 0 0;
}